source:
node_modules/core-js-pure/actual/array/virtual/to-reversed.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 194 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | var parent = require('../../../stable/array/virtual/to-reversed'); |
3 | // TODO: Remove from `core-js@4` |
4 | require('../../../modules/esnext.array.to-reversed'); |
5 | |
6 | module.exports = parent; |
Note:
See TracBrowser
for help on using the repository browser.