mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Initial commit for converting FrankerFaceZ to TypeScript.
This commit is contained in:
parent
ba72969c51
commit
b9d23accf0
86 changed files with 8673 additions and 5005 deletions
11
types/global.d.ts
vendored
Normal file
11
types/global.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
declare global {
|
||||
const __version_major__: number;
|
||||
const __version_minor__: number;
|
||||
const __version_patch__: number;
|
||||
const __version_prerelease__: number[];
|
||||
const __git_commit__: string | null;
|
||||
const __version_build__: string;
|
||||
}
|
||||
|
||||
export {}
|
Loading…
Add table
Add a link
Reference in a new issue