index.js 108 Bytes
"use strict";

module.exports = require("./is-implemented")()
		? Array.prototype.find : require("./shim");