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