]> git.r.bdr.sh - rbdr/dotfiles/blob
aab1f8eff677b82fe31bf00da609920f4a620506
[rbdr/dotfiles] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4 Object.defineProperty(Array.prototype, 'splice', { value: require('./shim'),
5 configurable: true, enumerable: false, writable: true });
6 }