mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 20:07:04 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
Vendored
+4
-1
@@ -1,3 +1,6 @@
|
||||
import { Script } from "./Script";
|
||||
|
||||
export declare function calculateRamUsage(codeCopy: string, otherScripts: Script[]): number;
|
||||
export declare function calculateRamUsage(
|
||||
codeCopy: string,
|
||||
otherScripts: Script[],
|
||||
): number;
|
||||
|
||||
Reference in New Issue
Block a user