• Preparing search index...
  • The search index is not available
Houston Common Library
  • Houston Common Library
  • @45drives/houston-common-lib
  • KVMapper

Function KVMapper

  • KVMapper<InKeys extends [string | number | symbol, ...(string | number | symbol)[]], InValue extends {}, OutKey extends string | number | symbol, OutValue extends {}>(inKeys: InKeys, outKey: OutKey, caster: Caster<InValue, OutValue>): KVMapper<InKeys[number], InValue, OutKey, OutValue>
  • Type Parameters

    • InKeys extends [string | number | symbol, ...(string | number | symbol)[]]
    • InValue extends {}
    • OutKey extends string | number | symbol
    • OutValue extends {}

    Parameters

    • inKeys: InKeys
    • outKey: OutKey
    • caster: Caster<InValue, OutValue>

    Returns KVMapper<InKeys[number], InValue, OutKey, OutValue>

    • Defined in houston-common-lib/lib/utils.ts:99

Settings

Member Visibility

Theme

Official Cockpit API Documentation
Houston Common Library
  • Loading...

Generated using TypeDoc