projecte_ionic/node_modules/core-js/modules/es.array.unscopables.flat-map.js

7 lines
278 B
JavaScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01: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');
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
addToUnscopables('flatMap');