UNPKG

@n0safe/indirectus

Version:
10 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.splice = splice; function splice(context, arr, start, count = undefined) { if (Array.isArray(arr)) { return arr.splice(start, count); } return arr; } //# sourceMappingURL=splice.js.map