stdlib-js

stdlib-js

🏢 Organization

261 repositories on SrcLog

View on GitHub
261 Repos
6.3k Stars
1.2k Forks
6.3k Watchers

Repositories (261)

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-try-catch stdlib-js/utils-try-catch Makefile

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

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

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

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

Check if running in a Node.js REPL environment.

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-electron-renderer stdlib-js/assert-is-electron-renderer Makefile

Check if the runtime is the Electron renderer process.

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

Check if the runtime is the main Electron process.

1
utils-get-prototype-of stdlib-js/utils-get-prototype-of JavaScript

Return the prototype of a provided object.

1
math-base-special-acosh stdlib-js/math-base-special-acosh Python

Compute the hyperbolic arccosine of a number.

1
math-base-special-fast-asinh stdlib-js/math-base-special-fast-asinh Python

Compute the hyperbolic arcsine of a number.

1
math-base-special-asin stdlib-js/math-base-special-asin JavaScript

Compute the arcsine of a number.

1
math-base-special-atanh stdlib-js/math-base-special-atanh Python

Compute the hyperbolic arctangent of a number.

1
math-base-special-acos stdlib-js/math-base-special-acos Python

Compute the arccosine of a number.

1
math-base-special-sinh stdlib-js/math-base-special-sinh JavaScript

Compute the hyperbolic sine of a number.

1
fs-exists stdlib-js/fs-exists JavaScript

Test whether a path exists on the filesystem.

1
math-base-special-atan stdlib-js/math-base-special-atan JavaScript

Compute the arctangent of a number.

1
math-base-special-cosh stdlib-js/math-base-special-cosh Python

Compute the hyperbolic cosine of a number.

1
math-base-special-tanh stdlib-js/math-base-special-tanh JavaScript

Compute the hyperbolic tangent of a number.

1
assert-is-iterable-like stdlib-js/assert-is-iterable-like JavaScript

Test if a value is iterable-like.

1
assert-has-dataview-support stdlib-js/assert-has-dataview-support JavaScript

Detect native ArrayBuffer support.

1
streams-node-inspect stdlib-js/streams-node-inspect JavaScript

Transform stream for inspecting streamed data.

1
assert-is-docker stdlib-js/assert-is-docker Makefile

Check if the process is running in a Docker container.

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

Boolean indicating if the current process is running on Windows.

1
process-getegid stdlib-js/process-getegid Makefile

Return the effective numeric group identity of a calling process.

1
ndarray-base-buffer-ctors stdlib-js/ndarray-base-buffer-ctors Makefile

ndarray data buffer constructors.

1
assert-is-nonconfigurable-property-in stdlib-js/assert-is-nonconfigurable-property-in Makefile

Test if an object's own or inherited property is non-configurable.

1
math-base-assert-is-negative-zerof stdlib-js/math-base-assert-is-negative-zerof Makefile

Test if a single-precision floating-point numeric value is negative zero.

1
number-float64-base-to-uint32 stdlib-js/number-float64-base-to-uint32 Makefile

Convert a double-precision floating-point number to an unsigned 32-bit integer.

1
string-substring-before stdlib-js/string-substring-before JavaScript

Return the part of a string before a specified substring.

1
string-lowercase stdlib-js/string-lowercase Makefile

Convert a string to lowercase.

1