@stdlib/os-platform-cli
Platform on which the current process is running.
Platform on which the current process is running.
Return the directory for storing temporary files.
Return the directory for storing temporary files.
Array containing command-line arguments passed when launching the calling process.
Change the current working directory.
Return the current working directory.
Return the current working directory.
Object containing the user environment.
Absolute pathname of the executable which started the current Node.js process.
Return the effective numeric group identity of a calling process.
Invoke a function for each character in a string.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Invoke a function n times and return an array of accumulated function return values.
Map keys from one object to a new object having the same values.
Map values from one object to a new object having the same keys.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Execute a set of functions in parallel.
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.