Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
fix: export TeamName for log (#387)
Browse files Browse the repository at this point in the history
feat: export `TeamName` for `log`
  • Loading branch information
sndrs authored Aug 18, 2022
1 parent 407c5cf commit d5953f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export { getLocale } from './locale/getLocale';

export { debug } from './logger/debug';
export { log } from './logger/log';
export type { TeamName } from './logger/@types/logger';

export type {
OphanABEvent,
Expand Down

0 comments on commit d5953f4

Please sign in to comment.