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-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-truncf stdlib-js/math-base-special-truncf Makefile

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 Makefile

Compute the hyperbolic arctangent of a number.

2
time-now stdlib-js/time-now Makefile

Time in seconds since the epoch.

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

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 Makefile

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 Makefile

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-read-stdin stdlib-js/process-read-stdin JavaScript

Read data from stdin.

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

Change the current working directory.

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

Define a read-write accessor.

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

Platform byte order.

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

Object containing the user environment.

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

Tokenize a string.

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

Test if a value is a parseable JSON string.

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
utils-global stdlib-js/utils-global JavaScript

Return the global object.

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
repl-presentation stdlib-js/repl-presentation JavaScript

REPL presentation.

2
math-base-special-asech stdlib-js/math-base-special-asech Makefile

Compute the hyperbolic arcsecant of a number.

1
math-base-special-acsc stdlib-js/math-base-special-acsc Makefile

Compute the arcsine of a number.

1
math-base-special-coth stdlib-js/math-base-special-coth Makefile

Compute the hyperbolic cotangent of a number.

1