UNPKG

fathom-typescript

Version:

Fathom's official TypeScript SDK.

6 lines (4 loc) 135 B
type RequiredProperty<Type, Keys extends keyof Type> = Type & { [P in Keys]-?: Type[P]; }; export type { RequiredProperty as R };