tsargp
    Preparing search index...

    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 as OptionKeyType<T[key], key>]: OptionDataType<T[key]>
          },
      >

      The option values