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

Mandarine.MandarineCore.Internals.CoreTimers

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { CoreTimers } = Mandarine.MandarineCore.Internals;
interface CoreTimers {
key: string;
timerId: number;
}

§Properties

§
key: string
[src]
§
timerId: number
[src]