Skip to main content
Module

x/deno_cron/cron.ts>cron

A cron Job scheduler for Deno that allows you to write human readable cron syntax with tons of flexibility
Latest
variable cron
import { cron } from "https://deno.land/x/deno_cron@v1.0.0/cron.ts";

type

(schedule?: string, job: JobType) => unknown