keys.d.ts 59 B

123
  1. declare function keys(obj: any): string[];
  2. export = keys;