methods.d.ts 65 B

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