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