@crescender/calendar
Version:
A comprehensive TypeScript calendar library with musician-specific capabilities, architected for client/server separation.
2 lines (1 loc) • 747 B
text/typescript
export { API_CONFIG, AUSTRALIAN_STATES, CALENDAR_TYPES, CALENDAR_VIEWS, CURRENCIES, CalendarType, Changes, DATE_FORMATS, DEFAULT_CURRENCY, DEFAULT_EVENT_DURATION_MINUTES, DEFAULT_START_OF_WEEK, DIFFICULTY_LEVELS, DifficultyLevel, EVENT_STATUS, EVENT_TYPES, EventStatus, EventType, FILE_UPLOAD, FinancialSummary, GENRES, Genre, ICalendar, IContact, IEvent, IEventExpense, IEventIncome, INSTRUMENTS, IVenue, Instrument, MAX_EVENT_DURATION_HOURS, MAX_LENGTHS, MAX_RECURRENCE_OCCURRENCES, PAYMENT_STATUS, PaymentStatus, STUDENT_LEVELS, StudentLevel, SyncToken, TIME_FORMATS, VALIDATION_PATTERNS, formatDateAustralian, generateTempId, getDurationMinutes, getEndOfWeek, getStartOfWeek, isSameDay, isValidEmail, isValidPhone } from './shared/index.mjs';