@multitool-js/process
v1.0.0
Published
A collection of useful process-oriented methods.
Downloads
5
Readme
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');