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