stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

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

Repositories (247)

iter-flow stdlib-js/iter-flow JavaScript

Create a fluent interface for chaining together iterator methods.

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

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

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
utils-nonenumerable-property-symbols stdlib-js/utils-nonenumerable-property-symbols Makefile

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

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

Test for deep equality between two values.

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

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

1
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
ndarray-base-clamp-index stdlib-js/ndarray-base-clamp-index Makefile

Restrict an index to the interval [0,max].

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

Test if an object has an inherited property.

1
math-base-assert-is-negative-integer stdlib-js/math-base-assert-is-negative-integer Makefile

Test if a finite double-precision floating-point number is a negative integer.

1
ndarray-casting-modes stdlib-js/ndarray-casting-modes Makefile

List of ndarray casting modes.

1
assert-is-strict-equal stdlib-js/assert-is-strict-equal Makefile

Test if two arguments are strictly equal.

1
iter-none stdlib-js/iter-none Makefile

Test whether all iterated values are falsy.

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

Convert an ndarray buffer to a generic array.

1
assert-is-complex-typed-array stdlib-js/assert-is-complex-typed-array JavaScript

Test if a value is a complex typed array.

1
string-right-pad stdlib-js/string-right-pad JavaScript

Right pad a string.

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

Test if a value is an array-like object.

1
utils-do-until-each-right stdlib-js/utils-do-until-each-right JavaScript

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

1
utils-every-by stdlib-js/utils-every-by Makefile

Test whether all elements in a collection pass a test implemented by a predicate function.

1
string-from-code-point stdlib-js/string-from-code-point JavaScript

Create a string from a sequence of Unicode code points.

1
utils-reduce-right stdlib-js/utils-reduce-right Makefile

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

1
utils-some-by-right stdlib-js/utils-some-by-right Makefile

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

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

Invoke a function n times and return an array of accumulated function return values.

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

Test if a value is an even number.

1
string-starts-with stdlib-js/string-starts-with JavaScript

Test if a string starts with the characters of another string.

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

Invoke a function while a test condition is true.

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

Test if a value is a Buffer object.

1
nlp-expand-contractions stdlib-js/nlp-expand-contractions Makefile

Expand contractions.

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

Test whether a string contains only numeric digits.

1