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

x/croner/src/utils.ts

Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.
Latest
import * as croner from "https://deno.land/x/croner@9.0.1-dev.2/src/utils.ts";

Functions

Type guard to check if a variable is a valid CronCallback function.

Helper function to check if a variable is a function.

Helper function to unref a timer in both Deno and Node.js.