oro-gate

1.0.0 • Public • Published
import gate from "oro-gate"

var { playing, pause, play } = gate()

if (playing()) console.log("woot") // "woot"

pause()
if (playing()) console.log("woot") //

play()
if (playing()) console.log("woot") // "woot"

Readme

Keywords

none

Package Sidebar

Install

npm i oro-gate

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • orodio