n34t-util
v0.8.0
Published
Zero dependency utility library for commonly used non-standard functions.
Downloads
6
Readme
n34t JS utilty library
A zero dependency JS utility library for the browser and node.js
Installing
npm i n34t-util
Example
import { retry } from "n34t-util";
await retry(() => {
console.log("test");
}, 1000);