Commit decabb2d authored by 曾思程's avatar 曾思程

进行类型导出重构

parent d10b267a
......@@ -19,7 +19,7 @@ export type FileInfo = {
};
export declare class Jensen {
constructor(log: typeof Logger)
constructor(log?: typeof Logger)
onconnect: Function;
onmessage: (data: any) => void | null;
connect: () => Promise<void>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment