Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/time/mod.ts>tickFunc

js library written with ts, use select and chan like golang in js.
Latest
function tickFunc
import { tickFunc } from "https://deno.land/x/easyts@0.1.3/time/mod.ts";

The callback is called whenever the duration elapses

Parameters

ms: number
callback: ValueCallback<Date>

Returns

Ticker