blob: 06927d6bdf1d93c2b23190b8b74011f6a6a37914 [file] [log] [blame]
export declare function omit(object: {
[key: string]: any;
}, keysToOmit: string[]): {
[key: string]: any;
};