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)

time-iso-weeks-in-year stdlib-js/time-iso-weeks-in-year JavaScript

Determine the number of ISO weeks in a year according to the Gregorian calendar.

3
utils-compact-adjacency-matrix stdlib-js/utils-compact-adjacency-matrix JavaScript

Compact adjacency matrix.

3
assert-is-empty-string stdlib-js/assert-is-empty-string JavaScript

Test if a value is an empty string.

3
number-uint32-base-rotl stdlib-js/number-uint32-base-rotl Makefile

Bitwise rotation to the left.

3
utils-identity-function stdlib-js/utils-identity-function Makefile

Identity function.

3
repl-presentation stdlib-js/repl-presentation JavaScript

REPL presentation.

3
os-configdir stdlib-js/os-configdir JavaScript

Return a directory for user-specific configuration files.

3
assert-has-int16array-support stdlib-js/assert-has-int16array-support JavaScript

Detect native Int16Array support.

3
utils-append stdlib-js/utils-append JavaScript

Add elements from one collection to the end of another collection.

3
utils-from-entries stdlib-js/utils-from-entries JavaScript

Create an object from key-value pairs.

3
utils-property-descriptor stdlib-js/utils-property-descriptor JavaScript

Return a property descriptor for an object's own property.

3
utils-push stdlib-js/utils-push JavaScript

Add one or more elements to the end of a collection.

3
assert-is-ascii stdlib-js/assert-is-ascii JavaScript

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.

3
utils-function-sequence stdlib-js/utils-function-sequence Makefile

Function sequence.

3
utils-compose stdlib-js/utils-compose Makefile

Function composition.

3
utils-prepend stdlib-js/utils-prepend JavaScript

Add elements from one collection to the beginning of another collection.

3
utils-try-require stdlib-js/utils-try-require Makefile

Wrap `require` in a try/catch block.

3
utils-map-keys stdlib-js/utils-map-keys Makefile

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

3
assert-contains stdlib-js/assert-contains JavaScript

Test if an array-like value contains a search value.

3
complex-reviver-float64 stdlib-js/complex-reviver-float64 Makefile

Revive a JSON-serialized 128-bit complex number.

3
assert stdlib-js/assert JavaScript

Standard assertion utilities.

3
utils-convert-path stdlib-js/utils-convert-path JavaScript

Convert between POSIX and Windows paths.

3
utils-linked-list stdlib-js/utils-linked-list JavaScript

Linked list.

3
utils-next-tick stdlib-js/utils-next-tick JavaScript

Add a callback to the next tick queue.

3
utils-async-if-else stdlib-js/utils-async-if-else Makefile

If a predicate function returns a truthy value, return `x`; otherwise, return `y`.

3
number-float64-base-from-words stdlib-js/number-float64-base-from-words Makefile

Create a double-precision floating-point number from a higher order word and a lower order word.

3
os-arch stdlib-js/os-arch JavaScript

Operating system CPU architecture.

3
assert-has-uint32array-support stdlib-js/assert-has-uint32array-support JavaScript

Detect native Uint32Array support.

3
assert-is-symbol-array stdlib-js/assert-is-symbol-array Makefile

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

3
assert-has-function-name-support stdlib-js/assert-has-function-name-support JavaScript

Detect native function name support.

3