stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

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

Repositories (247)

string-split-grapheme-clusters stdlib-js/string-split-grapheme-clusters Makefile

Split a string by its grapheme cluster breaks.

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

Test if a value is a finite number.

1
assert-is-between-array stdlib-js/assert-is-between-array JavaScript

Test if a value is an array-like object where every element is between two values.

1
utils-async-for-each-right stdlib-js/utils-async-for-each-right JavaScript

Invoke a function once for each element in a collection, iterating from right to left.

1
utils-async-inmap stdlib-js/utils-async-inmap JavaScript

Invoke a function for each element in a collection and update the collection in-place.

1
utils-do-while-each stdlib-js/utils-do-while-each JavaScript

While a test condition is true, invoke a function for each element in a collection.

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

Convert a string to lowercase.

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

Return the part of a string before a specified substring.

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
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
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
ndarray-base-buffer-ctors stdlib-js/ndarray-base-buffer-ctors Makefile

ndarray data buffer constructors.

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

Return the effective numeric group identity of a calling process.

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

Boolean indicating if the current process is running on Windows.

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

Check if the process is running in a Docker container.

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

Transform stream for inspecting streamed data.

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

Detect native ArrayBuffer support.

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

Test if a value is iterable-like.

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

Compute the hyperbolic tangent of a number.

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

Compute the hyperbolic cosine of a number.

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

Compute the arctangent of a number.

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

Test whether a path exists on the filesystem.

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

Compute the hyperbolic sine of a number.

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

Compute the arccosine of a number.

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

Compute the hyperbolic arctangent of a number.

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

Compute the hyperbolic arcsine of a number.

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

Compute the arcsine of a number.

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

Compute the hyperbolic arcsine of a number.

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

Compute the hyperbolic arccosine of a number.

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

Return the prototype of a provided object.

1