pairs.d.ts 65 B

123
  1. declare function pairs(obj: any): Array<any[]>;
  2. export = pairs;