UNPKG

@byalvear/rrule-fns

Version:

A lightweight recurrence rule parser and generator for JavaScript/TypeScript

5 lines (4 loc) 127 B
// lib/index.ts export * from './recurrence.utils'; export * from './recurrence.validator'; export * from './recurrence.type';