UNPKG

tsx

Version:

TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files

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