0.1.0 • Published 10 months ago

@reynotekoppele/utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Utils

Utils is a collection of simple utilty functions that can be used to simplify and improve your code.

The package is available in CommonJS and ESM format.

Installation and Usage

Prerequisites: Node.js (>=18.0.0) and pnpm (>=8.6.0)

You can install the package using the command:

npm install @reyno/utils

Then, you can import the functions you want to use:

import { sleep } from '@reyno/utils';

Or, for CommonJS:

const { sleep } = require( '@reyno/utils' );

Functions