UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

5 lines 165 B
/** * Type T with the given properties removed */ export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; //# sourceMappingURL=omit.d.ts.map