stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

View on GitHub
247 Repos
5.8k Stars
884 Forks
5.8k Watchers

Repositories (247)

assert-is-web-worker stdlib-js/assert-is-web-worker JavaScript

Check if the runtime is a web worker.

1
assert-is-electron-main stdlib-js/assert-is-electron-main Makefile

Check if the runtime is the main Electron process.

1
assert-is-electron-renderer stdlib-js/assert-is-electron-renderer Makefile

Check if the runtime is the Electron renderer process.

1
assert-is-touch-device stdlib-js/assert-is-touch-device Makefile

Boolean indicating if the current environment is a touch device.

1
assert-is-node-repl stdlib-js/assert-is-node-repl JavaScript

Check if running in a Node.js REPL environment.

1
utils-unzip stdlib-js/utils-unzip Makefile

Unzip a zipped array (i.e., a nested array of tuples).

1
utils-try-catch stdlib-js/utils-try-catch Makefile

If a function does not throw, return the function return value; otherwise, return `y`.

1
utils-async-series-waterfall stdlib-js/utils-async-series-waterfall JavaScript

Execute functions in series, passing the results of one function as arguments to the next function.

1
utils-async-try-then stdlib-js/utils-async-try-then JavaScript

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

1
utils-if-else stdlib-js/utils-if-else Makefile

If a condition is truthy, return `x`; otherwise, return `y`.

1
iter-pipeline stdlib-js/iter-pipeline JavaScript

Create an iterator pipeline.

1
utils-dirname stdlib-js/utils-dirname Makefile

Return a directory name.

1
iter-filter-map stdlib-js/iter-filter-map JavaScript

Create an iterator which both filters and maps the values of another iterator.

1
utils-key-by-right stdlib-js/utils-key-by-right Makefile

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.

1
utils-async-reduce-right stdlib-js/utils-async-reduce-right JavaScript

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

1
assert-is-array-like stdlib-js/assert-is-array-like Makefile

Test if a value is array-like.

1
utils-async-inmap-right stdlib-js/utils-async-inmap-right JavaScript

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

1
utils-uncurry stdlib-js/utils-uncurry Makefile

Transform a curried function into a function invoked with multiple arguments.

1
assert-is-uri stdlib-js/assert-is-uri JavaScript

Test if a value is a URI.

1
string-remove-utf8-bom stdlib-js/string-remove-utf8-bom JavaScript

Remove a UTF-8 byte order mark (BOM) from the beginning of a string.

1
assert-is-boolean stdlib-js/assert-is-boolean JavaScript

Test if a value is a boolean.

1
ndarray-base-nonsingleton-dimensions stdlib-js/ndarray-base-nonsingleton-dimensions Makefile

Return the number of non-singleton dimensions.

1
assert-is-uri-error stdlib-js/assert-is-uri-error Makefile

Test if a value is a URIError object.

1
array-from-iterator stdlib-js/array-from-iterator JavaScript

Create (or fill) an array from an iterator.

1
number-uint32-base-from-binary-string stdlib-js/number-uint32-base-from-binary-string Makefile

Create an unsigned 32-bit integer from a literal bit representation.

1
number-float64-base-from-binary-string stdlib-js/number-float64-base-from-binary-string JavaScript

Create a double-precision floating-point number from a literal bit representation.

1
assert-tools stdlib-js/assert-tools Makefile

Standard library assertion utility tools.

1
math-base-assert stdlib-js/math-base-assert Makefile

Standard library basic mathematical assertion utilities.

1
number-uint8-base-to-binary-string stdlib-js/number-uint8-base-to-binary-string Makefile

Return a string giving the literal bit representation of an unsigned 8-bit integer.

1
assert-is-circular-array stdlib-js/assert-is-circular-array Makefile

Test if a value is an array containing a circular reference.

1