| 465 | .replace(/[\uD800-\uDBFF](?![\uDC00-\uDFFF])/g, "") |
| 466 | .normalize("NFKC"); |
| 467 | } |
| 468 | |
| 469 | static async makeRequest(url: string, options: any = {}): Promise<any> { |
| 470 | return new Promise((resolve, reject) => { |
nothing calls this directly
no outgoing calls
no test coverage detected