mirror of
https://github.com/wishthis/wishthis.git
synced 2026-05-19 20:35:54 -04:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? Array.prototype.findIndex : require("./shim");
|