UNPKG

date-fns

Version:

Modern JavaScript date utility library

8 lines (7 loc) 255 B
export declare function isProtectedDayOfYearToken(token: string): boolean; export declare function isProtectedWeekYearToken(token: string): boolean; export declare function throwProtectedError( token: string, format: string, input: string, ): void;