Skip to main content
Module

x/croner/deno.jsonc

Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.
Go to Latest
File
{ "lint": { "include": ["src","test/deno"], "exclude": ["dist","test/node"] }, "fmt": { "include": ["test/deno"], "lineWidth": 100, "useTabs": true }, "tasks": { "test": "deno lint && deno fmt --check && deno test --allow-none test/deno" }}