for-each.js 154 Bytes
Newer Older
Robin Borgogno's avatar
Robin Borgogno committed
1 2 3 4
require('../../modules/es.array.for-each');
var entryUnbind = require('../../internals/entry-unbind');

module.exports = entryUnbind('Array', 'forEach');