This commit is contained in:
2025-12-01 06:45:17 -04:00
parent f50cc9928f
commit c8d6711466
17 changed files with 298 additions and 100 deletions
+3 -3
View File
@@ -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