Function valuesFor

  • Creates an object to hold the option values.

    Type Parameters

    • T extends Readonly<Record<string, Option>>

      The type of the option definitions

    Parameters

    • _options: T

      The option definitions

    Returns { -readonly [key in string | number | symbol]: OptionDataType<T[key]> }

    The option values