Type Alias CrossJoinResult<TInput, TExtended>

CrossJoinResult: TInput extends [infer R, ...(infer L)]
    ? [R, ...L, TExtended]
    : [TInput, TExtended]

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Type Parameters

  • TInput
  • TExtended