UNPKG

@extra-array/index-of

Version:
5 lines (4 loc) 93 B
function indexOf(x, v, i = 0) { return x.indexOf(v, i); } export { indexOf as default };