Add exports

This commit is contained in:
Fabian Stamm
2021-05-08 22:24:00 +02:00
parent 6daf815ea8
commit eeed068ddd
5 changed files with 21 additions and 18 deletions

View File

@ -14,6 +14,8 @@ export {
TerminalFormats,
Formatted,
IFormatted,
ILoggingInterface,
ILoggingTimer,
} from "./types.js";
const Logging = new LoggingBase();