bc518174
王天杨
提交两个项目文件
|
1
2
3
4
5
6
7
|
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;
|