Skip to main content
Go to Latest
function cron
import { cron } from "https://deno.land/x/darkflare@v7.0.0/mod.ts";

Parameters

handler: (c: CronContext) => Promise<void> | void