@hyperapp/time

Subscribe to intervals, get the time now

Usage no npm install needed!

<script type="module">
  import hyperappTime from 'https://cdn.skypack.dev/@hyperapp/time';
</script>

README

@hyperapp/time

Subscribe to intervals, get the time now.

Installation

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

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

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

License

MIT