Skip to content

partialWith

const partialWith: {<Options>(options): <A, I, R>(self) => SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>; <A, I, R, Options>(self, options): SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>; }

Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:1604

<Options>(options): <A, I, R>(self) => SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>

Options extends object

Options

<A, I, R>(self): SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>

A

I

R

Schema<A, I, R>

SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>

3.10.0

<A, I, R, Options>(self, options): SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>

A

I

R

Options extends undefined | { exact: true; }

Schema<A, I, R>

Options

SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>

3.10.0

3.10.0