UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

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