methods.d.ts 65 B

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