protectedTokens.d.cts 261 B

1234567
  1. export declare function isProtectedDayOfYearToken(token: string): boolean;
  2. export declare function isProtectedWeekYearToken(token: string): boolean;
  3. export declare function warnOrThrowProtectedError(
  4. token: string,
  5. format: string,
  6. input: string,
  7. ): void;