UNPKG

@canes/ecb-tas-feature

Version:
19 lines (18 loc) 646 B
export declare type TimeRequestType = { time: number; name: string; }; export declare const TimeRequestOptions: TimeRequestType[]; export declare type SessionType = { type: string; name: string; }; export declare const SessionOfDay: SessionType[]; export declare const CalEndTimeLateLeave: (session: "AM" | "PM", time: number) => string; export declare const CalTimeEarlyLeave: (session: "AM" | "PM", time: number) => string; declare type TimeWithType = { start: string; end: string; }; export declare const RenderTimeWithType: (start: string, end: string, leaveType: number) => TimeWithType; export {};