4 lines
94 B
JavaScript
Raw Normal View History

"use strict";
module.exports = require("./is-implemented")() ? Array.of : require("./shim");