lemmy-js-client 0.18.1-rc.1 → 0.18.1-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http.d.ts +1 -1
- package/package.json +1 -1
package/dist/http.d.ts
CHANGED
@@ -141,7 +141,7 @@ export declare class LemmyHttp {
|
|
141
141
|
* @param headers optional headers. Should contain `x-real-ip` and `x-forwarded-for` .
|
142
142
|
*/
|
143
143
|
constructor(baseUrl: string, options?: {
|
144
|
-
fetchFunction
|
144
|
+
fetchFunction?: typeof fetch;
|
145
145
|
headers?: {
|
146
146
|
[key: string]: string;
|
147
147
|
};
|