Skip to content

Commit

Permalink
Merge pull request #31 from ubiquity/development
Browse files Browse the repository at this point in the history
Merge development into main
  • Loading branch information
Keyrxng authored Aug 21, 2024
2 parents a5c2ea8 + d006c8c commit 538c2c4
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 538c2c4

Please sign in to comment.