Search results
79 packages found
Simple function that return the first non null or undefined argument
Return the first character(s) of a string.
Returns the first index at which a given element can be found.
Coalesce for JavaScript. Returns the first value that is not undefined or null.
Get the last or last n elements in an array.
Replace the substring before the first occurrence of a specified search string.
Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.
Gets the first `n` items of an array.
Return the first character(s) of a string.
Return the first UTF-16 code unit of a string.
Return the first Unicode code point of a string.
Return the first grapheme cluster (i.e., user-perceived character) of a string.
"Get the first element or first n elements of an array.Study from jonschlinkert/array-first
A mobile first css layout utility library
Remove the first UTF-16 code unit of a string.
Remove the first Unicode code point of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Returns the first truthy mapping of elements in an array
Micro-utility to shift the `this` context parameter of functions into the first regular parameter position.