Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak_nest/modules/scheduler/deps.ts>cron

Refer to nestjs to realize some common functions for Deno
Go to Latest
variable cron
import { cron } from "https://deno.land/x/oak_nest@v1.15.1/modules/scheduler/deps.ts";

type

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