Skip to content

Commit a149dbb

Browse files
SeldszarPooya Parsa
authored and
Pooya Parsa
committedAug 5, 2019
fix: add missing typescript declaration for level, stdout and stderr (#58)
1 parent 80eefd8 commit a149dbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎types/consola.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ export interface ConsolaOptions {
3636
export declare class Consola {
3737
constructor(options: ConsolaOptions)
3838

39+
level: number
40+
readonly stdout: any
41+
readonly stderr: any
42+
3943
// Built-in log levels
4044
fatal(message: ConsolaLogObject | any, ...args: any[]): void
4145
error(message: ConsolaLogObject | any, ...args: any[]): void

0 commit comments

Comments
 (0)
Please sign in to comment.