@extra-lists/includes
Check if value is present in lists, like Array.includes().
Check if value is present in lists, like Array.includes().
Get first index of value in lists, like Array.indexOf().
Get indices of all values in lists equal to specified value, like Array.indexOf().
Get last value in lists, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Arraylength-1</a>.
Get last index of value in lists, like Array.lastIndexOf().
Get middle value in lists, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexedcollections">Arrayi</a>.
Replace values in iterable with a map.
Filter map with specified keys, like .pick().
Filter map with specified key(s), like .pick().
Filter map with values of specified key(s), like .pick().
Set specified entries to map.
Set specified lists to map.
Get TTS video for text.
Upload TTS video of text to Youtube.
Get TTS audio for english text.
A classless CSS framework (dark).
Get sorted indexes of array (using insertion sort).
Check if an array contains another array.
Get indices of all values in array equal to specified value, like Array.indexOf().
Get sum of values in array.