NeahFront7/node_modules/date-fns/_lib/protectedTokens.d.ts
2025-04-10 18:14:28 +02:00

8 lines
255 B
TypeScript

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;