We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InputBoxManager
1 parent 51917b9 commit d579b6cCopy full SHA for d579b6c
src/utils/index.ts
@@ -34,9 +34,6 @@ export function outputConsole(data: string[]): void {
34
});
35
}
36
37
-import { InputBoxManager } from "./inputBoxManager";
38
-export { InputBoxManager };
39
-
40
// tslint:disable-next-line: interface-name
41
export interface CurrentFile {
42
name: string;
src/utils/inputBoxManager.ts
0 commit comments