Blame view
node_modules/es5-ext/array/from/index.js
98 Bytes
f7563de62
|
1 2 3 4 5 |
'use strict'; module.exports = require('./is-implemented')() ? Array.from : require('./shim'); |
f7563de62
|
1 2 3 4 5 |
'use strict'; module.exports = require('./is-implemented')() ? Array.from : require('./shim'); |