Skip to content

Commit 150513f

Browse files
committed
Export Logger type
So plugins can pass the logger around.
1 parent 5505959 commit 150513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/pluginapi.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export { express }
121121
*
122122
* Re-exported so plugins don't have to import duplicate copies of the logger.
123123
*/
124-
export { field, Level }
124+
export { field, Level, Logger }
125125

126126
export const proxy: ProxyServer
127127

0 commit comments

Comments
 (0)