@churchapps/helpers
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
12 lines • 554 B
TypeScript
import { EventInterface } from "./interfaces/index.js";
type ParsedOptions = any;
export declare class EventHelper {
static getRange: (event: EventInterface, startDate: Date, endDate: Date) => any;
static getFullRRule: (event: EventInterface) => any;
static removeExcludeDates: (events: EventInterface[]) => void;
static getPartialRRuleString: (options: ParsedOptions) => any;
static cleanRule: (options: ParsedOptions) => void;
static ensureInitialized: () => Promise<void>;
}
export {};
//# sourceMappingURL=EventHelper.d.ts.map