Skip to content

Commit

Permalink
More typing to base.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioRosado committed Oct 27, 2022
1 parent 4850f39 commit f605302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscriptjs/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export abstract class Runtime extends Object {
/**
* global symbols table for the underlying interpreter.
* */
abstract globals: any;
abstract globals: Map<string, unknown>;

constructor(config: AppConfig) {
super();
Expand Down

0 comments on commit f605302

Please sign in to comment.