You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
A JavaScript module which performs a linear search for a given value inside an input array. If the specified value is found, the index of the element in the array with that value is returned. If the specified value is not found in the array null is returned.