convert to ts

This commit is contained in:
Olivier Gagnon
2021-09-24 18:13:20 -04:00
parent 4abc1df840
commit ad75fa5ebc
3 changed files with 42 additions and 29 deletions

View File

@@ -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