stdlib-js

stdlib-js

🏢 Organization

263 repositories on SrcLog

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

Repositories (263)

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

Test if a value is a symbol.

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

Detect native Float64Array support.

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

Detect native Uint8Array support.

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

Detect native ArrayBuffer support.

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

Detect native WeakMap support.

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

Detect native Proxy function support.

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

Detect native Int32Array support.

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

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

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

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

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-fast-atanh stdlib-js/math-base-special-fast-atanh Python

Compute the hyperbolic arctangent of a number.

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

Compute the hyperbolic arcsine of a number.

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

Time in seconds since the epoch.

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

Boolean indicating if the current environment is a mobile device.

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

Check if the runtime is Node.js.

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

Platform float word order.

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

Check if the runtime is a web browser.

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

Check if the runtime is Electron.

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

Platform on which the current process is running.

2
utils-zip stdlib-js/utils-zip JavaScript

Generate array tuples from input arrays.

2
process-chdir stdlib-js/process-chdir JavaScript

Change the current working directory.

2
os-byte-order stdlib-js/os-byte-order Makefile

Platform byte order.

2
nlp-tokenize stdlib-js/nlp-tokenize Makefile

Tokenize a string.

2
process-env stdlib-js/process-env JavaScript

Object containing the user environment.

2
process-read-stdin stdlib-js/process-read-stdin JavaScript

Read data from stdin.

2
utils-define-read-write-accessor stdlib-js/utils-define-read-write-accessor Makefile

Define a read-write accessor.

2
utils-map-values stdlib-js/utils-map-values Makefile

Map values from one object to a new object having the same keys.

2
utils-unshift stdlib-js/utils-unshift JavaScript

Add one or more elements to the beginning of a collection.

2
utils-global stdlib-js/utils-global JavaScript

Return the global object.

2
assert-is-integer-array stdlib-js/assert-is-integer-array Makefile

Test if a value is an array-like object containing only integers.

2