This commit is contained in:
Antonio Cuni
2023-09-29 14:07:37 +02:00
parent 778d37ef6c
commit 70e96110b0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
declare namespace _default {
function error(): Promise<typeof import("./plugins/error.js")>;
function pyterminal(): Promise<typeof import("./plugins/pyterminal.js")>;
}
declare const _default: {
error: () => Promise<typeof import("./plugins/error.js")>;
"py-terminal": () => Promise<typeof import("./plugins/py-terminal.js")>;
};
export default _default;