D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
date-fns
/
_lib
/
Filename :
protectedTokens.d.cts
back
Copy
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;