diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/core-js/fn/array/index.js | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/core-js/fn/array/index.js')
| -rw-r--r-- | node_modules/core-js/fn/array/index.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/array/index.js b/node_modules/core-js/fn/array/index.js new file mode 100644 index 00000000..ca8a9c90 --- /dev/null +++ b/node_modules/core-js/fn/array/index.js @@ -0,0 +1,26 @@ +require('../../modules/es6.string.iterator'); +require('../../modules/es6.array.is-array'); +require('../../modules/es6.array.from'); +require('../../modules/es6.array.of'); +require('../../modules/es6.array.join'); +require('../../modules/es6.array.slice'); +require('../../modules/es6.array.sort'); +require('../../modules/es6.array.for-each'); +require('../../modules/es6.array.map'); +require('../../modules/es6.array.filter'); +require('../../modules/es6.array.some'); +require('../../modules/es6.array.every'); +require('../../modules/es6.array.reduce'); +require('../../modules/es6.array.reduce-right'); +require('../../modules/es6.array.index-of'); +require('../../modules/es6.array.last-index-of'); +require('../../modules/es6.array.copy-within'); +require('../../modules/es6.array.fill'); +require('../../modules/es6.array.find'); +require('../../modules/es6.array.find-index'); +require('../../modules/es6.array.species'); +require('../../modules/es6.array.iterator'); +require('../../modules/es7.array.includes'); +require('../../modules/es7.array.flat-map'); +require('../../modules/es7.array.flatten'); +module.exports = require('../../modules/_core').Array; |
