Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nuti

andr-ll20MIT3.0.3TypeScript support: included

A collection of commonly used utils for Node.js.

nodejs, typescript, javascript, library, utils

readme

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