X Tutup
Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

EvanHahn/startInterval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startInterval

Without startInterval:

setInterval(myFunction, 1000);
myFunction();

With startInterval:

import startInterval from "startinterval";
startInterval(myFunction, 1000);

This package was built for a tutorial.

Contributors

X Tutup