UNPKG

@palmares/logging

Version:

Palmares logging interface so you can log it to the console or other places as well

4 lines 206 B
import type { LoggingTypes } from './types'; export declare const FRAMEWORK_NAME = "palmares"; export declare const stringByMessageType: Record<LoggingTypes, string>; //# sourceMappingURL=constants.d.ts.map