1.0.2 • Published 7 years ago
@writetome51/array-get-all-after-before-first
Licence
MIT
Version
1.0.2
Deps
2
Size
11 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
This has 2 functions:
This returns everything in the array after the first instance of value:
getAllAfterFirst(value, array);
This returns everything in the array before the first instance of value:
getAllBeforeFirst(value, array);