Skip to content

Commit

Permalink
fix: export formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Jul 26, 2024
1 parent 1cbe4d3 commit 00782f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ export function createHumanLogs<LogParts extends LogObject[]>(
}
}
}

// Export formatters
export * from "./formatters"

0 comments on commit 00782f7

Please sign in to comment.