into
into<
TIn,TOut,TWrapped,TInto>(wrapped,into):IntoBuilder<TIn,TOut,TWrapped,TInto>
Defined in: packages/schema/src/factories.ts:182
Type Parameters
Section titled “Type Parameters”TIn
TOut
TWrapped
Section titled “TWrapped”TWrapped extends Type<TIn, TOut>
TInto
Parameters
Section titled “Parameters”wrapped
Section titled “wrapped”Builder<TIn, TOut, TWrapped>
(value) => TInto
Returns
Section titled “Returns”IntoBuilder<TIn, TOut, TWrapped, TInto>