A tested zero dependency drop-in replacement of
array.prototype.findlastindex
complete with TypeScript types.
socket
CLI will automagically ✨
populate
overrides
and resolutions of
your package.json
.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/array.prototype.findlastindex
to
your package.json
.
{
"overrides": {
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1"
},
"resolutions": {
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/array.prototype.findlastindex
Node >= 18.20.4