andr-ll / nuti

A collection of commonly used utils for Node.js.

Home Page:https://www.npmjs.com/package/nuti

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuti

NPM Build Coverage License Downloads

A collection of commonly used utils for Node.js.

Installation

npm install nuti

Usage

// ESM or TypeScript projects:
import nuti from 'nuti';

// CommonJS projects:
const { nuti } = require('nuti');

Docs for available utilities

  1. logger
  2. timeout
  3. rand
  4. clone
  5. floats
  6. genJSON

About

A collection of commonly used utils for Node.js.

https://www.npmjs.com/package/nuti

License:MIT License


Languages

Language:TypeScript 100.0%