@pwngh/economy-lab
    Preparing search index...

    Type Alias EnvMap

    EnvMap: Record<string, string | undefined>

    The environment shape every construction entry point takes — a plain string map, in practice process.env. Always passed explicitly: no module reads the process environment itself, so a test or embedder controls exactly what the library sees.