Skip to content

Commit

Permalink
fix(types): const consola = require('consola') type is wrong (unjs#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored and nevilm-lt committed Apr 22, 2022
1 parent c420feb commit aab6338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/consola.d.ts
Expand Up @@ -94,3 +94,5 @@ export declare class BrowserReporter implements ConsolaReporter {
declare const consolaGlobalInstance: Consola;

export default consolaGlobalInstance

export = consolaGlobalInstance

0 comments on commit aab6338

Please sign in to comment.