1.0.2 • Published 1 year ago

@yotsai/jstimer v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

jstimer

const jstimer = require('@yotsai/jstimer')


jstimer(function(){
  console.log("print this line after 1 seconed")
}, 1000)

const result = jstimer(function(){
  return "or use in async"
}, 1000)
console.log(result)
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago