mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00: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;
|