1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-03-11 14:24:36 +00:00

5 lines
149 B
JavaScript
Raw Normal View History

2020-03-03 22:30:50 +02:00
require('../../modules/es.array.slice');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'slice');