diff --git a/source/core/Ky.ts b/source/core/Ky.ts index 628529b2..66761525 100644 --- a/source/core/Ky.ts +++ b/source/core/Ky.ts @@ -384,6 +384,7 @@ export class Ky { ); } + // eslint-disable-next-line @typescript-eslint/ban-types protected _getTotalBytes(body?: globalThis.BodyInit | null): number { if (!body) { return 0;