UNPKG

rrule-temporal

Version:

Recurrence rule processing using Temporal PlainDate/PlainDateTime

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