(data: string)
| 203 | DOMException: typeof DOMException; |
| 204 | WorkerGlobalScope: typeof WorkerGlobalScope; |
| 205 | btoa(data: string): string; |
| 206 | atob(data: string): string; |
| 207 | setTimeout(callback: (...args: any[]) => void, msDelay?: number): number; |
| 208 | setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; |
nothing calls this directly
no outgoing calls
no test coverage detected