3 lines
58 B

declare function invert(obj: any): any;
export = invert;