UNPKG

rrule-temporal

Version:

Recurrence rule (rrule) processing using Temporal PlainDate/PlainDateTime, with cross-timezone and cross-calendar rrule support

7 lines (4 loc) 179 B
import { RRuleTemporal } from './index.cjs'; import '@js-temporal/polyfill'; declare function toText(input: RRuleTemporal | string, locale?: string): string; export { toText };