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

Scheduled

import { Scheduled } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator Creates a task based on a CRON Expression. It is fired for the first time during Mandarine's start-up process

const Scheduled: (cronExpression: string, timeZone?: string) => unknown;