package.es.array.virtual.flat-map.js Maven / Gradle / Ivy
The newest version!
'use strict';
require('../../../modules/es.array.flat-map');
require('../../../modules/es.array.unscopables.flat-map');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'flatMap');
© 2015 - 2024 Weber Informatics LLC | Privacy Policy