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

Mandarine.MandarineCore.Decorators.Timer

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

const { Timer } = Mandarine.MandarineCore.Decorators;
interface Timer {
fixedRate: number;
methodName: string;
}

§Properties

§
fixedRate: number
[src]
§
methodName: string
[src]