Adding options export

This commit is contained in:
Fabian
2019-03-31 23:50:11 -04:00
parent e489a15892
commit be009d24c0
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { LoggingBase } from "./base";
export { Colors, LoggingBase } from "./base";
export { Colors, LoggingBase, LoggingBaseOptions } from "./base";
export { Adapter, LoggingTypes, Message } from "./types";
export { ObservableInterface } from "@hibas123/utils";