UNPKG

sst

Version:
4 lines (3 loc) 62 B
export type Prettify<T> = { [K in keyof T]: T[K]; } & {};