Removing all Node specific stuff from NodeLogging.
This commit is contained in:
8
src/index.ts
Normal file
8
src/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { LoggingBase } from "./base";
|
||||
export { Colors, LoggingBase } from "./base";
|
||||
export { Adapter, LoggingTypes, Message } from "./types";
|
||||
export { ObservableInterface } from "@hibas123/utils";
|
||||
|
||||
export let Logging: LoggingBase = undefined;
|
||||
Logging = new LoggingBase();
|
||||
export default Logging;
|
Reference in New Issue
Block a user