mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { Script } from "./Script";
|
|
|
|
export declare function calculateRamUsage(codeCopy: string, otherScripts: Script[]): number;
|