stdlib-js

stdlib-js

🏢 Organization

263 repositories on SrcLog

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

Repositories (263)

assert-is-negative-number-array stdlib-js/assert-is-negative-number-array Makefile

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

1
utils-inherited-properties stdlib-js/utils-inherited-properties JavaScript

Return an array of an object's inherited property names and symbols.

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

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

1
assert-deep-equal stdlib-js/assert-deep-equal JavaScript

Test for deep equality between two values.

1
utils-nonenumerable-property-symbols stdlib-js/utils-nonenumerable-property-symbols Makefile

Return an array of an object's own non-enumerable symbol properties.

1
utils-nonindex-keys stdlib-js/utils-nonindex-keys Makefile

Return an array of an object's own enumerable property names which are not integer indices.

1
iter-union stdlib-js/iter-union JavaScript

Create an iterator which returns the union of two or more iterators.

1
iter-flow stdlib-js/iter-flow JavaScript

Create a fluent interface for chaining together iterator methods.

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

Determine (nested) array dimensions.

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
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
assert-is-truthy stdlib-js/assert-is-truthy Makefile

Test if a value is truthy.

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

Constant function.

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
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
utils-async-bifurcate-by stdlib-js/utils-async-bifurcate-by JavaScript

Split values into two groups according to a predicate function.

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
string-left-trim stdlib-js/string-left-trim JavaScript

Trim whitespace characters from the beginning of a string.

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

Determine the number of seconds in a month.

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

Test whether a string contains only hexadecimal digits.

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

Test if a value is a relative path.

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

Get a nested property value.

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

Transform stream which joins streamed data.

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

Broadcast an ndarray to a specified shape.

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

Test if a value is ndarray-like.

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-array stdlib-js/assert-is-array Makefile

Test if a value is an array.

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

Test whether all iterated values are truthy.

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
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