Skip to main content
Module

x/deno_cron/cron.ts>biweekly

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

type

(cb: JobType) => unknown