PomoStamp
import { PomoStamp } from "https://raw.githubusercontent.com/EthanThatOneKid/pomo/main/mod.ts";
A PomoStamp is a stamp of a pomo at a given number.
class PomoStamp {}
public readonly cycle: number;
public get duration(): number;
public readonly elapsed: number;
public get end(): number;
public readonly period: number;
public readonly remainder: number;
public get work(): boolean;
public get timeout(): number;
public get start(): number;