stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

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

Repositories (247)

assert-is-uppercase stdlib-js/assert-is-uppercase Makefile

Test if a value is an uppercase string.

2
assert-is-same-type stdlib-js/assert-is-same-type Makefile

Test if two arguments have the same type.

2
string-truncate stdlib-js/string-truncate JavaScript

Truncate a string to a specified length.

2
assert-has-arrow-function-support stdlib-js/assert-has-arrow-function-support JavaScript

Detect native arrow function support.

2
assert-has-biguint64array-support stdlib-js/assert-has-biguint64array-support JavaScript

Detect native BigUint64Array support.

2
assert-has-bigint64array-support stdlib-js/assert-has-bigint64array-support JavaScript

Detect native BigInt64Array support.

2
streams-node-from-strided-array stdlib-js/streams-node-from-strided-array JavaScript

Create a readable stream from a strided array-like object.

2
string-acronym stdlib-js/string-acronym JavaScript

Generate an acronym for a given string.

2
process-getuid stdlib-js/process-getuid JavaScript

Return the numeric user identity of a calling process.

2
process-cwd stdlib-js/process-cwd JavaScript

Return the current working directory.

2
os-num-cpus stdlib-js/os-num-cpus JavaScript

Number of CPUs.

2
process-exec-path stdlib-js/process-exec-path JavaScript

Absolute pathname of the executable which started the current Node.js process.

2
process-umask stdlib-js/process-umask JavaScript

Get/set the process mask.

2
process-geteuid stdlib-js/process-geteuid JavaScript

Return the effective numeric user identity of a calling process.

2
process-getgid stdlib-js/process-getgid JavaScript

Return the numeric group identity of a calling process.

2
process stdlib-js/process JavaScript

Standard library process utilities.

2
process-argv stdlib-js/process-argv JavaScript

Array containing command-line arguments passed when launching the calling process.

2
assert-is-darwin stdlib-js/assert-is-darwin JavaScript

Boolean indicating if the current process is running on Darwin.

2
streams-node-inspect-sink stdlib-js/streams-node-inspect-sink JavaScript

Writable stream for inspecting streamed data.

2
assert-has-async-await-support stdlib-js/assert-has-async-await-support JavaScript

Detect native async/await support.

2
assert-has-sharedarraybuffer-support stdlib-js/assert-has-sharedarraybuffer-support JavaScript

Detect native SharedArrayBuffer support.

2
assert-has-uint8clampedarray-support stdlib-js/assert-has-uint8clampedarray-support JavaScript

Detect native Uint8ClampedArray support.

2
assert-has-uint16array-support stdlib-js/assert-has-uint16array-support JavaScript

Detect native Uint16Array support.

2
assert-has-class-support stdlib-js/assert-has-class-support JavaScript

Detect native class support.

2
assert-has-weakset-support stdlib-js/assert-has-weakset-support JavaScript

Detect native WeakSet support.

2
assert-has-generator-support stdlib-js/assert-has-generator-support JavaScript

Detect native generator function support.

2
assert-is-iterator-like stdlib-js/assert-is-iterator-like JavaScript

Test if a value is iterator-like.

2
assert-is-symbol stdlib-js/assert-is-symbol JavaScript

Test if a value is a symbol.

2
assert-has-float64array-support stdlib-js/assert-has-float64array-support JavaScript

Detect native Float64Array support.

2
assert-has-uint8array-support stdlib-js/assert-has-uint8array-support JavaScript

Detect native Uint8Array support.

2