Bitburner-Scripts/global.d.ts

5 lines
84 B
TypeScript

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