Initial
This commit is contained in:
5
global.d.ts
vendored
Normal file
5
global.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import {NS as _NS} from 'NetscriptDefinitions';
|
||||
|
||||
declare global {
|
||||
type NS = _NS;
|
||||
}
|
||||
Reference in New Issue
Block a user