UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

8 lines (7 loc) 190 B
export type Maybe<T> = T | null | undefined; /** * Convenient way to smash all keys together and make it easy to read. */ export type Prettify<T> = { [key in keyof T]: T[key]; } & {};