MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:1019–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017 length?: number;
1018}
1019declare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> {
1020 constructor(algorithm: string | SubtleCryptoHashAlgorithm);
1021 readonly digest: Promise<ArrayBuffer>;
1022 get bytesWritten(): number | bigint;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected