| 1026 | length?: number; |
| 1027 | } |
| 1028 | declare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> { |
| 1029 | constructor(algorithm: string | SubtleCryptoHashAlgorithm); |
| 1030 | readonly digest: Promise<ArrayBuffer>; |
| 1031 | get bytesWritten(): number | bigint; |
nothing calls this directly
no outgoing calls
no test coverage detected