@stdlib/iter-unique-by
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a hash function.
Create an iterator which returns numbers incremented by one.
Create an iterator which prepends values to the beginning of a provided iterator.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Operating system CPU architecture for which the JavaScript runtime binary was compiled.
Operating system CPU architecture for which the JavaScript runtime binary was compiled.
Platform byte order.
Platform byte order.
Return a directory for user-specific configuration files.
Return a directory for user-specific configuration files.
Platform float word order.
Platform float word order.
Return the current user's home directory.
Return the current user's home directory.
Invoke a function for each UTF-16 code unit in a string.
Invoke a function for each Unicode code point 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.