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

Function Extract

  • Extract<L, R>(type, union, options?): TExtractFromMappedResult<L, R>
  • [Json] Constructs a type by extracting from type all union members that are assignable to union

    Type Parameters

    • L extends TMappedResult<TProperties>
    • R extends TSchema

    Parameters

    • type: L
    • union: R
    • Optionaloptions: SchemaOptions

    Returns TExtractFromMappedResult<L, R>

    • Defined in node_modules/.pnpm/@sinclair+typebox@0.34.28/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.d.ts:16
  • Extract<L, R>(type, union, options?): TExtractFromTemplateLiteral<L, R>
  • [Json] Constructs a type by extracting from type all union members that are assignable to union

    Type Parameters

    • L extends TTemplateLiteral<TTemplateLiteralKind[]>
    • R extends TSchema

    Parameters

    • type: L
    • union: R
    • Optionaloptions: SchemaOptions

    Returns TExtractFromTemplateLiteral<L, R>

    • Defined in node_modules/.pnpm/@sinclair+typebox@0.34.28/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.d.ts:18
  • Extract<L, R>(type, union, options?): TExtract<L, R>
  • [Json] Constructs a type by extracting from type all union members that are assignable to union

    Type Parameters

    • L extends TSchema
    • R extends TSchema

    Parameters

    • type: L
    • union: R
    • Optionaloptions: SchemaOptions

    Returns TExtract<L, R>

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

Settings

Member Visibility
blaze-cardano
  • Loading...