stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

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

Repositories (247)

streams-node-debug-sink stdlib-js/streams-node-debug-sink JavaScript

Writable stream for debugging stream pipelines.

3
assert-has-int16array-support stdlib-js/assert-has-int16array-support JavaScript

Detect native Int16Array support.

3
assert-has-map-support stdlib-js/assert-has-map-support JavaScript

Detect native Map support.

3
assert-has-function-name-support stdlib-js/assert-has-function-name-support JavaScript

Detect native function name support.

3
assert-has-iterator-symbol-support stdlib-js/assert-has-iterator-symbol-support JavaScript

Detect native Symbol.iterator support.

3
assert-has-set-support stdlib-js/assert-has-set-support JavaScript

Detect native Set support.

3
assert-has-tostringtag-support stdlib-js/assert-has-tostringtag-support JavaScript

Detect native Symbol.toStringTag support.

3
assert-has-symbol-support stdlib-js/assert-has-symbol-support JavaScript

Detect native Symbol support.

3
assert-has-int8array-support stdlib-js/assert-has-int8array-support JavaScript

Detect native Int8Array support.

3
assert-has-float32array-support stdlib-js/assert-has-float32array-support JavaScript

Detect native Float32Array support.

3
math-base-special-trunc stdlib-js/math-base-special-trunc Makefile

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

3
assert-has-uint32array-support stdlib-js/assert-has-uint32array-support JavaScript

Detect native Uint32Array support.

3
os-arch stdlib-js/os-arch JavaScript

Operating system CPU architecture.

3
utils-async-if-else stdlib-js/utils-async-if-else Makefile

If a predicate function returns a truthy value, return `x`; otherwise, return `y`.

3
complex-reviver-float64 stdlib-js/complex-reviver-float64 Makefile

Revive a JSON-serialized 128-bit complex number.

3
utils-next-tick stdlib-js/utils-next-tick JavaScript

Add a callback to the next tick queue.

3
utils-if-then stdlib-js/utils-if-then Makefile

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

3
assert stdlib-js/assert JavaScript

Standard assertion utilities.

3
utils-map-keys stdlib-js/utils-map-keys Makefile

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

3
utils-try-require stdlib-js/utils-try-require Makefile

Wrap `require` in a try/catch block.

3
utils-prepend stdlib-js/utils-prepend JavaScript

Add elements from one collection to the beginning of another collection.

3
utils-compose stdlib-js/utils-compose Makefile

Function composition.

3
utils-function-sequence stdlib-js/utils-function-sequence Makefile

Function sequence.

3
utils-push stdlib-js/utils-push JavaScript

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

3
utils-property-descriptor stdlib-js/utils-property-descriptor JavaScript

Return a property descriptor for an object's own property.

3
utils-from-entries stdlib-js/utils-from-entries Makefile

Create an object from key-value pairs.

3
utils-append stdlib-js/utils-append JavaScript

Add elements from one collection to the end of another collection.

3
os-configdir stdlib-js/os-configdir JavaScript

Return a directory for user-specific configuration files.

3
nlp-porter-stemmer stdlib-js/nlp-porter-stemmer Makefile

Extract the stem of a given word.

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

Compute the hyperbolic arccosine of a number.

2