UNPKG

@lexamica-modules/logger

Version:

The various loggers and transports used for API logging in the Lexamica Eco-system

6 lines (5 loc) 335 B
export declare const isDevelopment: (environment: string) => boolean; export declare const isStaging: (environment: string) => boolean; export declare const isProduction: (environment: string) => boolean; export declare const isDemo: (environment: string) => boolean; export declare const isUnitTest: (environment: string) => boolean;