1.0.0 • Published 4 years ago

@multitool-js/process v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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:

tooldescription
processArgsHandles a group of promises, extendin the capabilities of Promise.all()
timersHandles timers, either with standard resolution (millisecond) or high resolution (nanoseconds)