@multitool-js/process

1.0.0 • Public • Published

Multitool JS / Process

A collection of useful process-oriented methods.

Each tool or group of tools can be required/imported on its own like this:

// Full require
const multitool = require('@multitool-js/process');
const processArgs = multitool.processArgs;
// Single *tool* require
const processArgs = require('@multitool-js/process/tools/processArgs');

Tools:

tool description
processArgs Handles a group of promises, extendin the capabilities of Promise.all()
timers Handles timers, either with standard resolution (millisecond) or high resolution (nanoseconds)

Readme

Keywords

Package Sidebar

Install

npm i @multitool-js/process

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.69 kB

Total Files

5

Last publish

Collaborators

  • verna