1
0
Fork 0
arangodb/js/node/node_modules/es5-ext/array/#/slice/implement.js

7 lines
192 B
JavaScript

'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(Array.prototype, 'slice', { value: require('./shim'),
configurable: true, enumerable: false, writable: true });
}