UNPKG

exiftool-vendored

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