NeahFront3/node_modules/date-fns/_lib/protectedTokens.d.ts
2025-04-09 18:02:58 +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;