• Preparing search index...
  • The search index is not available
blaze-cardano
  • blaze-cardano
  • blaze-data/src
  • Mapped

Function Mapped

  • Mapped<K, I, F, R>(key, map, options?): R
  • [Json] Creates a Mapped object type

    Type Parameters

    • K extends TSchema
    • I extends PropertyKey[] = TIndexPropertyKeys<K>
    • F extends TMappedFunction<I, TMappedKey<I>> = TMappedFunction<I, TMappedKey<I>>
    • R extends TObject<Evaluate<TMappedFunctionReturnType<I, ReturnType<F>, {}>>> = TObject<Evaluate<TMappedFunctionReturnType<I, ReturnType<F>, {}>>>

    Parameters

    • key: K
    • map: F
    • Optionaloptions: ObjectOptions

    Returns R

    • Defined in node_modules/.pnpm/@sinclair+typebox@0.34.28/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.d.ts:44
  • Mapped<K, F, R>(key, map, options?): R
  • [Json] Creates a Mapped object type

    Type Parameters

    • K extends PropertyKey[]
    • F extends TMappedFunction<K, TMappedKey<K>> = TMappedFunction<K, TMappedKey<K>>
    • R extends TObject<Evaluate<TMappedFunctionReturnType<K, ReturnType<F>, {}>>> = TObject<Evaluate<TMappedFunctionReturnType<K, ReturnType<F>, {}>>>

    Parameters

    • key: [...K[]]
    • map: F
    • Optionaloptions: ObjectOptions

    Returns R

    • Defined in node_modules/.pnpm/@sinclair+typebox@0.34.28/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.d.ts:46

Settings

Member Visibility
blaze-cardano
  • Loading...