method Timer.prototype.resetimport { Timer } from "https://deno.land/x/easyts@0.1.3/time/mod.ts"; reset(ms: number): booleanReset changes the timer to expire after duration millisecond. Parametersms: numberReturnsbooleanreturns true if the timer had been active, false if the timer had expired or been stopped.