Skip to main content
Module

x/deno_cron/cron.ts>every15Minute

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

type

(cb: JobType) => unknown