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