🐛 Fix: sync with picgo, suppress epiep error

This commit is contained in:
萌萌哒赫萝
2023-04-15 22:15:20 +08:00
parent d5f7121a3f
commit dc1458ffef
4 changed files with 30 additions and 2 deletions

View File

@@ -2,4 +2,8 @@
// https://stackoverflow.com/questions/35074713/extending-typescript-global-object-in-node-js/44387594#44387594
declare var PICGO_GUI_VERSION: string
declare var PICGO_CORE_VERSION: string
declare var notificationList: IAppNotification[]
declare var notificationList: IAppNotification[]
declare module 'epipebomb' {
export default function epipebomb(stream: NodeJS.Process['stdout'], callback: () => void): void
}