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

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