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