Skip to content

Commit

Permalink
fix(ts): revert export consola ts declarations (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored and pi0 committed Feb 25, 2019
1 parent 7179318 commit 6bd4f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/consola.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export declare interface ConsolaReporter {
declare interface ConsolaReporter {
log: (logObj: any, { async, stdout, stderr }: any) => void
}

export declare class Consola {
declare class Consola {
// Built-in log levels
static fatal (message: any): void;
static error (message: any): void;
Expand Down

0 comments on commit 6bd4f85

Please sign in to comment.