mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-18 04:01:10 -05:00
Add more type definitions (#882)
* More typing to base.ts * Add more types * More types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getLogger } from './logger';
|
||||
import { ensureUniqueId, addClasses } from './utils';
|
||||
import { ensureUniqueId } from './utils';
|
||||
import type { Runtime } from './runtime';
|
||||
|
||||
const logger = getLogger('pyexec');
|
||||
|
||||
Reference in New Issue
Block a user