(path: string)
| 88 | |
| 89 | // ---- Database ---- |
| 90 | loadDatabase(path: string): Promise<IDatabase>; |
| 91 | |
| 92 | // ---- Network (for scenarios requiring custom headers) ---- |
| 93 | fetch(url: string, options?: FetchOptions): Promise<Response>; |
no outgoing calls
no test coverage detected