This commit is contained in:
2022-06-06 21:00:10 -05:00
commit 1e94d1a8ed
23 changed files with 1693 additions and 0 deletions

6
types/compiler_vars.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare const UserScriptName: string
declare const UserScriptNamespace: string
declare const UserScriptVersion: string
declare const UserScriptDownloadURL: string
declare const UserScriptSupportURL: string
declare const UserScriptHomepageURL: string