1.0.0 • Published 4 years ago

@medriox/toolbox v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

ToolBox

This is the first version. This is therefore not complete.

Install

To install the module execute the following command

npm install @medriox/toolbox

Modules

logger
random

How to use it

const TB = require('@medriox/toolbox');
const toolbox = new TB();

toolbox.logger.info(toolbox.random.getNumber(min, max));
toolbox.logger.info(string);
toolbox.logger.warn(string);
toolbox.logger.error(string);
toolbox.logger.debug(string);
1.0.1

4 years ago

1.0.0

4 years ago