提交 1c247222 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix file-box

上级 0d2ff03a
......@@ -180,7 +180,12 @@ export function isProduction (): boolean {
* Create a `looseInstanceOfClass` to check `FileBox` and `Puppet` instances #2090
* https://github.com/wechaty/wechaty/issues/2090
*/
const looseInstanceOfFileBox = looseInstanceOfClass(FileBox)
type FileBoxClass = FileBox & {
new (...args: any): FileBox
}
const looseInstanceOfFileBox = looseInstanceOfClass(
FileBox as any as FileBoxClass
)
export {
log,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册