mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 11:44:24 +08:00
4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
const ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function () { };
|
|
export class ChecksumStream extends ReadableStreamRef {
|
|
}
|