mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
convert to ts
This commit is contained in:
@@ -68,7 +68,7 @@ export class WorkerScript {
|
||||
* Used for static RAM calculation. Stores names of all functions that have
|
||||
* already been checked by this script
|
||||
*/
|
||||
loadedFns: IMap<string> = {};
|
||||
loadedFns: IMap<boolean> = {};
|
||||
|
||||
/**
|
||||
* Filename of script
|
||||
|
||||
Reference in New Issue
Block a user