startinterval

1.0.1 • Public • Published

startInterval

Without startInterval:

setInterval(myFunction, 1000);
myFunction();

With startInterval:

startInterval(myFunction, 1000);

Readme

Keywords

none

Package Sidebar

Install

npm i startinterval

Weekly Downloads

1

Version

1.0.1

License

WTFPL

Last publish

Collaborators

  • evanhahn