safe
This commit is contained in:
Vendored
+3
-3
@@ -1,7 +1,7 @@
|
||||
declare const SRC: string
|
||||
declare const DEVEL: boolean;
|
||||
declare const GRESOURCES_FILE: string;
|
||||
declare const COLORSHELL_VERSION: string;
|
||||
declare const DEVEL: boolean | undefined;
|
||||
declare const GRESOURCES_FILE: string | undefined;
|
||||
declare const COLORSHELL_VERSION: string | undefined;
|
||||
|
||||
declare module "inline:*" {
|
||||
const content: string
|
||||
|
||||
Reference in New Issue
Block a user