• Preparing search index...
  • The search index is not available
API Documentation
  • API Documentation
  • config
  • configValue

Function configValue

  • configValue<Key extends keyof WellknownConfigKeys>(
        key: Key,
    ): DeepReadonly<WellknownConfigKeys[Key]> | undefined
  • Returns the configuration value associated with the given key. Returns undefined if the key is unknown.

    Type Parameters

    • Key extends keyof WellknownConfigKeys

    Parameters

    • key: Key

      one of the WellknownConfigKeys

    Returns DeepReadonly<WellknownConfigKeys[Key]> | undefined

    the config value matching the key.

    • Defined in config.ts:477

Settings

Member Visibility
API Documentation
  • Loading...

Generated using TypeDoc