UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

2 lines (1 loc) 71 B
export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;