UNPKG

datebook

Version:

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

6 lines (5 loc) 150 B
/** * The property value for an iCalendar entry. */ type ICSPropertyValue = Record<string, any> | string | number; export default ICSPropertyValue;