method Timer.prototype.stopimport { Timer } from "https://deno.land/x/easyts@0.1.3/time/mod.ts"; stop(): booleanStop prevents the Timer from firing. ReturnsbooleanIt returns true if the call stops the timer, false if the timer has already expired or been stopped.