mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
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;
|