UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 225 B
import { Guard, TypeOf } from './Guard'; export declare function partial<R extends Readonly<Record<PropertyKey, Guard>>>(props: R): Guard<{ readonly [K in keyof R]?: TypeOf<R[K]>; }>; //# sourceMappingURL=Partial.d.ts.map