UNPKG

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

8 lines 239 B
import { ICommand } from '../drpm.js'; export declare class RegistryCommand implements ICommand { execute({ subcommand }: { subcommand?: string; }): Promise<void>; private start; } //# sourceMappingURL=registry.d.ts.map