method WorkersCron.prototype.expressions
WorkersCron.prototype.expressions(): readonly string[]

Every expression that has at least one handler.

Intended for an application to check against its own wrangler.toml, since nothing in the process can read that file.

Return Type

readonly string[]

The registered expressions, in registration order

Usage

import { WorkersCron } from "cloudflare-plugin/src/index.ts";