stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

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

Repositories (247)

error-reviver stdlib-js/error-reviver JavaScript

Revive a JSON-serialized error object.

1
utils-bifurcate-in stdlib-js/utils-bifurcate-in JavaScript

Split an object's own and inherited property values into two groups according to a predicate function.

1
utils-writable-property-symbols-in stdlib-js/utils-writable-property-symbols-in Makefile

Return an array of an object's own and inherited writable symbol properties.

1
assert-is-configurable-property stdlib-js/assert-is-configurable-property Makefile

Test if an object's own property is configurable.

1
math-base-assert-uint32-is-pow2 stdlib-js/math-base-assert-uint32-is-pow2 Makefile

Test whether an unsigned integer is a power of 2.

1
utils-inherited-property-names stdlib-js/utils-inherited-property-names Makefile

Return an array of an object's inherited enumerable and non-enumerable property names.

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

Test if a value is an infinite number.

1
number-float64-base-to-binary-string stdlib-js/number-float64-base-to-binary-string JavaScript

Return a string giving the literal bit representation of a double-precision floating-point number.

1
math-base-assert-is-nan stdlib-js/math-base-assert-is-nan Makefile

Test if a double-precision floating-point numeric value is NaN.

1
assert-is-finite-array stdlib-js/assert-is-finite-array Makefile

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

1
iter-every stdlib-js/iter-every Makefile

Test whether all iterated values are truthy.

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

Test if a value is an array.

1
assert-is-float64matrix-like stdlib-js/assert-is-float64matrix-like Makefile

Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.

1
assert-is-ndarray-like stdlib-js/assert-is-ndarray-like Makefile

Test if a value is ndarray-like.

1
ndarray-base-broadcast-array stdlib-js/ndarray-base-broadcast-array JavaScript

Broadcast an ndarray to a specified shape.

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

Transform stream which joins streamed data.

1
utils-deep-get stdlib-js/utils-deep-get JavaScript

Get a nested property value.

1
assert-is-relative-path stdlib-js/assert-is-relative-path JavaScript

Test if a value is a relative path.

1
assert-is-hex-string stdlib-js/assert-is-hex-string JavaScript

Test whether a string contains only hexadecimal digits.

1
time-seconds-in-month stdlib-js/time-seconds-in-month JavaScript

Determine the number of seconds in a month.

1
string-left-trim stdlib-js/string-left-trim JavaScript

Trim whitespace characters from the beginning of a string.

1
utils-async-map-values stdlib-js/utils-async-map-values JavaScript

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

1
utils-async-bifurcate-by stdlib-js/utils-async-bifurcate-by JavaScript

Split values into two groups according to a predicate function.

1
assert-is-float32vector-like stdlib-js/assert-is-float32vector-like Makefile

Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.

1
assert-is-plain-object-array stdlib-js/assert-is-plain-object-array Makefile

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

1
utils-constant-function stdlib-js/utils-constant-function Makefile

Constant function.

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

Test if a value is truthy.

1
assert-deep-has-property stdlib-js/assert-deep-has-property JavaScript

Test whether an object contains a nested key path, either own or inherited.

1
number-float32-base-signbit stdlib-js/number-float32-base-signbit Makefile

Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).

1
array-shape stdlib-js/array-shape JavaScript

Determine (nested) array dimensions.

1