| 1017 | length?: number; |
| 1018 | } |
| 1019 | declare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> { |
| 1020 | constructor(algorithm: string | SubtleCryptoHashAlgorithm); |
| 1021 | readonly digest: Promise<ArrayBuffer>; |
| 1022 | get bytesWritten(): number | bigint; |
nothing calls this directly
no outgoing calls
no test coverage detected