mirror of
https://github.com/misskey-dev/misskey
synced 2025-06-29 16:22:50 +02:00
10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
import { protectProperties } from 'jest-util';
|
|
|
|
protectProperties(ReadableStreamDefaultReader);
|
|
protectProperties(ReadableStreamBYOBReader);
|
|
protectProperties(WritableStreamDefaultWriter);
|