VUE_GabenParadise/node_modules/core-js/modules/es.array.unscopables.flat-map.js
2020-08-10 14:35:19 +02:00

6 lines
216 B
JavaScript

// 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');