method Ticker.prototype.resetimport { Ticker } from "https://deno.land/x/easyts@0.1.3/time/mod.ts"; reset(ms: number): voidReset stops a ticker and resets its period to the specified duration. Parametersms: numberReturnsvoid