Files
bitburner-scripts/global.d.ts
2023-10-20 10:28:48 +01:00

5 lines
84 B
TypeScript

import {NS as _NS} from 'NetscriptDefinitions';
declare global {
type NS = _NS;
}