@haraldki/jsonaccess
    Preparing search index...

    Function jsonTypeConverter

    • Returns a function which works like jsonAsType with the fixed given mappers and factory.

      Type Parameters

      • A extends unknown[]
      • C

      Parameters

      • mappers: { [I in string | number | symbol]: Extractor<A[I]> }
      • factory: (...args: A) => C

      Returns Extractor<C>