github-pages-deploy-action/node_modules/core-js-pure/modules/es.array.unscopables.flat-map.js

6 lines
216 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
// this method was added to unscopables after implementation
// in popular engines, so it's moved to a separate module
var addToUnscopables = require('../internals/add-to-unscopables');
addToUnscopables('flatMap');