@adviser/cement - v0.0.0
    Preparing search index...

    Interface EnvFactoryOpts

    interface EnvFactoryOpts {
        symbol: string;
        presetEnv: Map<string, string>;
        testPatchImportMetaEnv?: Record<string, string>;
        id: string;
    }
    Index

    Properties

    symbol: string
    presetEnv: Map<string, string>
    testPatchImportMetaEnv?: Record<string, string>
    id: string