mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
Use a more precise type (#976)
This commit is contained in:
@@ -58,7 +58,7 @@ More concretely:
|
||||
export class PyScriptApp {
|
||||
config: AppConfig;
|
||||
runtime: Runtime;
|
||||
PyScript: any; // XXX would be nice to have a more precise type for the class itself
|
||||
PyScript: ReturnType<typeof make_PyScript>;
|
||||
plugins: PluginManager;
|
||||
_stdioMultiplexer: StdioMultiplexer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user