Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cb9f71f

Browse files
author
Michal Vlasák
committed
Pretty declarations
1 parent 5f4280e commit cb9f71f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/declarations.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ declare module 'pick-deep' {
88
export = pickDeep;
99
}
1010

11-
declare module 'pino-multi-stream' {}
11+
declare module 'pino-multi-stream' {
12+
13+
}
1214

1315
// there is a @typed/pino-multi-stream package, but it has wrong type in its Streams definition. So until its fixed, we use this
1416
/* declare module 'pino-multi-stream' {

0 commit comments

Comments
 (0)