omit.d.ts 92 B

123
  1. declare function omit(obj: any, filter: string | string[] | Function): any;
  2. export = omit;