Add more type definitions (#882)

* More typing to base.ts

* Add more types

* More types
This commit is contained in:
Fábio Rosado
2022-10-27 23:48:28 +01:00
committed by GitHub
parent 4850f39b5a
commit 1c53d91c6b
13 changed files with 115 additions and 29 deletions

View File

@@ -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');