Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Duration

import type { Duration } from "https://raw.githubusercontent.com/EthanThatOneKid/pomo/main/mod.ts";

A duration in milliseconds.

type Duration = number;

§Type

§
number
[src]