Module: positionInArray

Returns the position of a value in the entriesIndex array.
Parameters:
Name Type Description
content Array.<string> The content to search in.
value string The value to search for in the entriesIndex array.
Source:
Returns:
- The position of the value in the entriesIndex array, or -1 if not found.
Type
number