UNPKG

rrule-temporal

Version:

Recurrence rule processing using Temporal PlainDate/PlainDateTime

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 };