UNPKG

neura-express-app

Version:

Basic express application starter with some common utilities.

8 lines (7 loc) 192 B
export interface INeuraLoggerConfig { level: string; enabled: boolean; prettyPrint: boolean; appName: string; } export declare const getLoggerConfig: () => INeuraLoggerConfig;