NeahFront2/node_modules/date-fns/_lib/protectedTokens.d.ts
2025-04-08 20:36:59 +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;