Blame view

天文台pc/tianwentai-ui/node_modules/date-fns/_lib/protectedTokens.d.ts 261 Bytes
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;