dwnpm
Version:
Decentralized Registry Package Manager (DRPM) helps developers publish, install, find and manage Decentralized Packages (DPKs) published to Decentralized Web Nodes (DWNs). DRPM does this by looking up a Decentralized Identifier (DID) to find its DID docum
7 lines • 361 B
TypeScript
import { DIntegrityParams } from '../types.js';
export declare class DIntegrity {
static sha512Integrity({ format, data }: DIntegrityParams): Promise<string>;
static sha512IntegrityStream(stream: ReadableStream<Uint8Array>): Promise<string>;
static sha512IntegrityFile(tgzFilepath: string): Promise<string>;
}
//# sourceMappingURL=integrity.d.ts.map