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