Skip to content

Commit a94c92a

Browse files
Eredianstarak
authored andcommitted
Switched typings to NodeJS.WriteStream to remove DOM library requirement.
1 parent 3d305c9 commit a94c92a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ declare function consoleStamp(console: Console, options?: {
1313
include?: string[]
1414
level?: string
1515
extend?: Record<string, number>
16-
stdout?: WritableStream
17-
stderr?: WritableStream
16+
stdout?: NodeJS.WriteStream
17+
stderr?: NodeJS.WriteStream
1818
use_custom_message?: boolean
1919
}): void;
2020

0 commit comments

Comments
 (0)