index.js 113 Bytes Raw Blame History Permalink 1 2 3 4 "use strict"; module.exports = require("./is-implemented")() ? Array.prototype.findIndex : require("./shim");