Skip to main content

@coven/cron@0.3.3
Built and signed on GitHub Actions

⏳ Fantastic cron parser and constructor.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
3 months ago (0.3.3)
type alias RangeField

Type that represents a range of values for a cron object field.

Type Parameters

Value extends number

Properties

readonly
from: Value

Start of the range, must be lower than to.

readonly
to: Value

End of the range, must be higher than from.

Add Package

deno add jsr:@coven/cron

Import symbol

import { type RangeField } from "@coven/cron";

---- OR ----

Import directly with a jsr specifier

import { type RangeField } from "jsr:@coven/cron";

Add Package

npx jsr add @coven/cron

Import symbol

import { type RangeField } from "@coven/cron";

Add Package

yarn dlx jsr add @coven/cron

Import symbol

import { type RangeField } from "@coven/cron";

Add Package

pnpm dlx jsr add @coven/cron

Import symbol

import { type RangeField } from "@coven/cron";

Add Package

bunx jsr add @coven/cron

Import symbol

import { type RangeField } from "@coven/cron";