Files
est-frame/node_modules/date-fns/_lib/protectedTokens.d.ts
2025-10-22 05:38:27 +00:00

8 lines
261 B
TypeScript
Executable File

export declare function isProtectedDayOfYearToken(token: string): boolean;
export declare function isProtectedWeekYearToken(token: string): boolean;
export declare function warnOrThrowProtectedError(
token: string,
format: string,
input: string,
): void;