@stdlib/utils-get-prototype-of
Return the prototype of a provided object.
Return the prototype of a provided object.
Return the global object.
Group values as arrays associated with distinct keys.
Group values according to an indicator function.
Group an object's own and inherited property values according to an indicator function.
Group an object's own property values according to an indicator function.
Return an array of an object's inherited writable property names.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Invoke a function for each UTF-16 code unit in a string.
Invoke a function for each Unicode code point in a string, iterating from right to left.
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.
Invoke a function for each Unicode code point in a string.
Invoke a function for each character in a string.
Return the common own and inherited property names of two or more objects.
Compact adjacency matrix.
Function composition.
Constant function.
Determine the name of a value's constructor.
Convert between POSIX and Windows paths.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.