1.0.6 • Published 3 years ago

tzeikob-interval v1.0.6

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

Build Status npm

Let's get started with intevals

Install the package

npm i tzeikob-interval

Create an interval function

The code below creates a dummy interval callback:

const startInterval = require("tzeikob-interval");

const interval = startInterval(() => {
  console.log("Hooray!");
}, 1000);
1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago