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": { "files": { "include": ["src","test/deno"], "exclude": ["dist","test/node"] } }, "fmt": { "files": { "include": ["test/deno"] }, "options": { "lineWidth": 100 } }, "tasks": { "test": "deno test --allow-none test/deno", "benchmark": "deno bench --unstable test/deno/bench" }}