فهرست منبع

@uppy/core: add `debugLogger` as export in manual types (#4831)

Antoine du Hamel 1 سال پیش
والد
کامیت
a356f10a9e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/@uppy/core/types/index.d.ts

+ 2 - 0
packages/@uppy/core/types/index.d.ts

@@ -147,6 +147,8 @@ export interface Logger {
   error: (...args: any[]) => void
 }
 
+export const debugLogger: Logger
+
 export interface Restrictions {
   maxFileSize?: number | null
   minFileSize?: number | null