v1.0 with SW PWA enabled
This commit is contained in:
7
frontend/node_modules/date-fns/_lib/protectedTokens.d.ts
generated
vendored
Normal file
7
frontend/node_modules/date-fns/_lib/protectedTokens.d.ts
generated
vendored
Normal file
@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user