UNPKG

@extra-array/index-of

Version:
6 lines (5 loc) 102 B
'use strict'; function indexOf(x, v, i = 0) { return x.indexOf(v, i); } module.exports = indexOf;