0.8.0 • Published 10 months ago

n34t-util v0.8.0

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

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);

Flags

Query

Retry

Sleep

Format

Learn more

0.8.0

10 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.5.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.4.0

2 years ago

0.1.0

2 years ago