UNPKG

type-plus

Version:
7 lines 149 B
/** * Gets the properties of an object type. */ export type Properties<T> = { [k in keyof T]: T[k]; }; //# sourceMappingURL=properties.d.ts.map