stdlib-js

stdlib-js

🏢 Organization

263 repositories on SrcLog

View on GitHub
263 Repos
6.4k Stars
1.3k Forks
501 Watchers

Repositories (263)

utils-zip stdlib-js/utils-zip JavaScript

Generate array tuples from input arrays.

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

Check if the runtime is a web worker.

2
os-platform stdlib-js/os-platform JavaScript

Platform on which the current process is running.

2
assert-is-electron stdlib-js/assert-is-electron JavaScript

Check if the runtime is Electron.

2
assert-is-browser stdlib-js/assert-is-browser Makefile

Check if the runtime is a web browser.

2
os-float-word-order stdlib-js/os-float-word-order JavaScript

Platform float word order.

2
assert-is-node stdlib-js/assert-is-node JavaScript

Check if the runtime is Node.js.

2
assert-is-mobile stdlib-js/assert-is-mobile JavaScript

Boolean indicating if the current environment is a mobile device.

2
time-now stdlib-js/time-now JavaScript

Time in seconds since the epoch.

2
math-base-special-asinh stdlib-js/math-base-special-asinh Python

Compute the hyperbolic arcsine of a number.

2
math-base-special-fast-atanh stdlib-js/math-base-special-fast-atanh Python

Compute the hyperbolic arctangent of a number.

2
utils-index-of stdlib-js/utils-index-of JavaScript

Return the first index at which a given element can be found.

2
math-base-special-truncf stdlib-js/math-base-special-truncf Python

Round a single-precision floating-point number toward zero.

2
math-base-special-trunc stdlib-js/math-base-special-trunc Python

Round a double-precision floating-point number toward zero.

2
assert-has-int32array-support stdlib-js/assert-has-int32array-support JavaScript

Detect native Int32Array support.

2
assert-has-proxy-support stdlib-js/assert-has-proxy-support JavaScript

Detect native Proxy function support.

2
assert-has-weakmap-support stdlib-js/assert-has-weakmap-support JavaScript

Detect native WeakMap support.

2
assert-has-arraybuffer-support stdlib-js/assert-has-arraybuffer-support JavaScript

Detect native ArrayBuffer support.

2
assert-has-uint8array-support stdlib-js/assert-has-uint8array-support JavaScript

Detect native Uint8Array support.

2
assert-has-float64array-support stdlib-js/assert-has-float64array-support JavaScript

Detect native Float64Array support.

2
assert-is-symbol stdlib-js/assert-is-symbol JavaScript

Test if a value is a symbol.

2
assert-has-biguint64array-support stdlib-js/assert-has-biguint64array-support JavaScript

Detect native BigUint64Array support.

2
process-exec-path stdlib-js/process-exec-path JavaScript

Absolute pathname of the executable which started the current Node.js process.

2
os-num-cpus stdlib-js/os-num-cpus JavaScript

Number of CPUs.

2
process-cwd stdlib-js/process-cwd JavaScript

Return the current working directory.

2
process-getuid stdlib-js/process-getuid JavaScript

Return the numeric user identity of a calling process.

2
string-acronym stdlib-js/string-acronym JavaScript

Generate an acronym for a given string.

2
streams-node-from-strided-array stdlib-js/streams-node-from-strided-array JavaScript

Create a readable stream from a strided array-like object.

2
assert-has-bigint64array-support stdlib-js/assert-has-bigint64array-support JavaScript

Detect native BigInt64Array support.

2
math-base-special-acsch stdlib-js/math-base-special-acsch Python

Compute the hyperbolic arccosine of a number.

2