@karmaniverous/get-dotenv
    Preparing search index...

    Type Alias DotenvUpdateValue

    DotenvUpdateValue:
        | string
        | number
        | boolean
        | null
        | undefined
        | Record<string, unknown>
        | unknown[]

    Update-map value types supported by the editor.

    Notes:

    • Objects/arrays are stringified with JSON.stringify before writing.
    • null deletes (by default).
    • undefined skips (by default).