stdlib-js

stdlib-js

🏢 Organization

261 repositories on SrcLog

View on GitHub
261 Repos
6.3k Stars
1.2k Forks
6.3k Watchers

Repositories (261)

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

Extract the stem of a given word.

2
utils-deep-pluck stdlib-js/utils-deep-pluck JavaScript

Extract a nested property value from each element of an object array.

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

Test if a single-precision floating-point numeric value is infinite.

1
utils-eval stdlib-js/utils-eval Makefile

Alias for eval global.

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

Test if a value is between two values.

1
process-node-version stdlib-js/process-node-version Makefile

Node version.

1
ndarray-dtypes stdlib-js/ndarray-dtypes Makefile

List of ndarray data types.

1
utils-tabulate-by stdlib-js/utils-tabulate-by JavaScript

Generate a frequency table according to an indicator function.

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

Test whether a string contains only numeric digits.

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

Expand contractions.

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

Test if a value is a Buffer object.

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

Invoke a function while a test condition is true.

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

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

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

Test if a value is an even number.

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
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-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
string-from-code-point stdlib-js/string-from-code-point JavaScript

Create a string from a sequence of Unicode code points.

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

Test if a value is an array-like object.

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

Right pad a string.

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

Test if a value is a complex typed array.

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

Convert an ndarray buffer to a generic array.

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

Test whether all iterated values are falsy.

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

Test if two arguments are strictly equal.

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

List of ndarray casting modes.

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

Test if an object has an inherited property.

1
ndarray-base-clamp-index stdlib-js/ndarray-base-clamp-index Makefile

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

1