Bitburner-Scripts/global.d.ts

5 lines
84 B
TypeScript
Raw Normal View History

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