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)

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
assert-is-infinite stdlib-js/assert-is-infinite JavaScript

Test if a value is an infinite number.

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

Test if an object's own property is configurable.

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
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
error-reviver stdlib-js/error-reviver JavaScript

Revive a JSON-serialized error object.

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

Test if a value is an array containing a circular reference.

1
number-uint8-base-to-binary-string stdlib-js/number-uint8-base-to-binary-string Makefile

Return a string giving the literal bit representation of an unsigned 8-bit integer.

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

Standard library basic mathematical assertion utilities.

1
assert-tools stdlib-js/assert-tools Makefile

Standard library assertion utility tools.

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

Create a double-precision floating-point number from a literal bit representation.

1
number-uint32-base-from-binary-string stdlib-js/number-uint32-base-from-binary-string Makefile

Create an unsigned 32-bit integer from a literal bit representation.

1
array-from-iterator stdlib-js/array-from-iterator JavaScript

Create (or fill) an array from an iterator.

1
assert-is-uri-error stdlib-js/assert-is-uri-error Makefile

Test if a value is a URIError object.

1
ndarray-base-nonsingleton-dimensions stdlib-js/ndarray-base-nonsingleton-dimensions Makefile

Return the number of non-singleton dimensions.

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

Test if a value is a boolean.

1
string-remove-utf8-bom stdlib-js/string-remove-utf8-bom JavaScript

Remove a UTF-8 byte order mark (BOM) from the beginning of a string.

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

Test if a value is a URI.

1
utils-uncurry stdlib-js/utils-uncurry Makefile

Transform a curried function into a function invoked with multiple arguments.

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

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

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

Test if a value is array-like.

1
utils-async-reduce-right stdlib-js/utils-async-reduce-right JavaScript

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

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

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.

1
iter-filter-map stdlib-js/iter-filter-map JavaScript

Create an iterator which both filters and maps the values of another iterator.

1
utils-dirname stdlib-js/utils-dirname Makefile

Return a directory name.

1
iter-pipeline stdlib-js/iter-pipeline JavaScript

Create an iterator pipeline.

1
utils-if-else stdlib-js/utils-if-else Makefile

If a condition is truthy, return `x`; otherwise, return `y`.

1
utils-async-try-then stdlib-js/utils-async-try-then JavaScript

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

1