This commit is contained in:
Philipp
2024-10-05 18:34:58 +02:00
parent 8f7eab764e
commit 04ab272198
10 changed files with 1362 additions and 0 deletions

5
global.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import {NS as _NS} from 'NetscriptDefinitions';
declare global {
type NS = _NS;
}