UNPKG

@mindpath/logger

Version:

Custom logging module to print logs on console, file or sent it to logs visualization application such as grafana

6 lines 156 B
export declare type PROVIDER = { name: string; url?: string; }; export declare type PROVIDERS = Array<PROVIDER>; //# sourceMappingURL=types.d.ts.map