UNPKG

@honeybook/jest-stare

Version:

jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters

7 lines (6 loc) 183 B
export declare class EnvVarService { private mPrefix; constructor(mPrefix: string); readEnvValue(suffix: string): string; readBoolEnvValue(suffix: string): boolean; }