Skip to main content
Module

x/deno_cron/cron.ts>validate

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

type

(schedule: string, date?: Date) => unknown