UNPKG

383 BTypeScriptView Raw
1export declare enum EN_CLI_OPTION {
2 FILEFIRST = "filefirst",
3 ADD_NEWLINE = "addnewline",
4 USE_SEMICOLON = "usesemicolon",
5 INCLUDE_CWD = "includecwd",
6 USE_TIMESTAMP = "usetimestamp",
7 EXCLUDES = "excludes",
8 FILE_EXCLUDES = "fileexcludes",
9 TARGET_EXTS = "targetexts",
10 VERBOSE = "verbose",
11 QUOTE = "quote",
12 WITHOUT_COMMENT = "withoutcomment"
13}