UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

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