partialWith
constpartialWith: {<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
Call Signature
Section titled “Call Signature”<
Options>(options): <A,I,R>(self) =>SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R>
Type Parameters
Section titled “Type Parameters”Options
Section titled “Options”Options extends object
Parameters
Section titled “Parameters”options
Section titled “options”Options
Returns
Section titled “Returns”<
A,I,R>(self):SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R>
Type Parameters
Section titled “Type Parameters”A
I
R
Parameters
Section titled “Parameters”Schema<A, I, R>
Returns
Section titled “Returns”SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>
3.10.0
Call Signature
Section titled “Call Signature”<
A,I,R,Options>(self,options):SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R>
Type Parameters
Section titled “Type Parameters”A
I
R
Options
Section titled “Options”Options extends undefined | { exact: true; }
Parameters
Section titled “Parameters”Schema<A, I, R>
options
Section titled “options”Options
Returns
Section titled “Returns”SchemaClass<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R>
3.10.0
3.10.0