| 1918 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream) |
| 1919 | */ |
| 1920 | declare class WritableStream<W = any> { |
| 1921 | constructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy); |
| 1922 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */ |
| 1923 | get locked(): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected