• Writes a key to the supplied config. If the supplied config doesn't exist, a ReferenceError will be thrown. All configs will afterwards be written to disk.

    Throws

    ReferenceError Config doesn't exist

    Parameters

    • key: string

      Key to write to

    • config: string

      Config to write to

    • value: unknown

      Value to write

    Returns Promise<void>

Generated using TypeDoc