UNPKG

datebook

Version:

Generates URLs and ICS file content for adding events to popular calendar apps.

10 lines (9 loc) 472 B
import CalendarAttendee from '../types/CalendarAttendee'; declare const _default: { toParamString: (params: Record<string, string>, delimiter?: string, transformFn?: (s: string) => string) => string; toQueryString: (params: Record<string, string | null>) => string; toIcsParamString: (params: Record<string, string>) => string; toMailtoList: (attendees: CalendarAttendee[]) => string[]; toProperCase: (s: string) => string; }; export default _default;