Skip to content

Commit

Permalink
Merge pull request #30 from ubq-testing/development
Browse files Browse the repository at this point in the history
fix: LogReturn export
  • Loading branch information
Keyrxng authored Aug 21, 2024
2 parents 2bb4a06 + 20bfbab commit d006c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { LogReturn, Metadata, LogLevel, LogLevelWithOk, Colors } from "./types/l
import { cleanLogString, cleanSpyLogs } from "./utils";
import { LOG_LEVEL, COLORS } from "./constants";

export type { LogReturn, Metadata, LogLevel, LogLevelWithOk, Colors };
export { Logs, PrettyLogs, cleanLogString, cleanSpyLogs, LOG_LEVEL, COLORS };
export type { Metadata, LogLevel, LogLevelWithOk, Colors };
export { Logs, PrettyLogs, LogReturn, cleanLogString, cleanSpyLogs, LOG_LEVEL, COLORS };

0 comments on commit d006c8c

Please sign in to comment.