Remove conflicting declaration breaking lint.yml (#21180)

This commit is contained in:
Alistair Smith
2025-07-18 16:26:54 -04:00
committed by GitHub
parent f380458bae
commit a280d15bdc

View File

@@ -84,11 +84,6 @@ interface ReadableStreamDefaultController<R = any> extends _ReadableStreamDefaul
$error: typeof ReadableStreamDefaultController.prototype.error;
}
declare var ReadableStreamDefaultController: {
prototype: ReadableStreamDefaultController;
new (): ReadableStreamDefaultController;
};
interface ReadableStream<R = any> extends _ReadableStream<R> {
$highWaterMark: number;
$bunNativePtr: undefined | TODO;