blob: 15eac9e18be725635edd4d6aaa1362d9b6cdefab [file] [log] [blame]
function test() {
return typeof Array.prototype.findIndex === 'function';
}
if (!test())
throw new Error("Test failed");