UNPKG

118 BTypeScriptView Raw
1export declare function omit(object: {
2 [key: string]: any;
3}, keysToOmit: string[]): {
4 [key: string]: any;
5};