Back to Hyperapp

@hyperapp/time

packages/time/README.md

2.0.22397 B
Original Source

@hyperapp/time

Subscribe to intervals, get the time now.

Installation

console
npm install @hyperapp/time
js
import { every, delay, now } from "@hyperapp/time"

Or without a build step—import it right in your browser.

html
<script type="module">
  import { every, delay, now } from "https://unpkg.com/@hyperapp/time"
</script>

License

MIT