aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es.array.unscopables.flat-map.js
blob: 593cf055cf8c1609d27ecb86b74e1559c610a937 (plain)
1
2
3
4
5
// 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');