invert.d.ts 58 B

123
  1. declare function invert(obj: any): any;
  2. export = invert;