(str: string)
| 659 | |
| 660 | interface GmailTools { |
| 661 | error(str: string): void; |
| 662 | parse_url(url: string): StringDict; |
| 663 | sleep(milliseconds: number): void; |
| 664 | multitry(delay: number, tries: number, func: Function, check: Function, counter?: number, retval?: any): any; |
no outgoing calls
no test coverage detected