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
13 lines • 640 B
TypeScript
import { ProfileContext, ProfileJson } from './types.js';
export declare const stringifier: (data: any) => string;
export declare const hideSensitive: (data: any) => {};
export declare const secureProfileContext: (profile: Partial<ProfileContext>) => {};
export declare const profileLessName: (profile: ProfileJson) => {};
export declare const secureProfile: (profile: ProfileJson) => {};
export declare const createPassword: (n?: number) => string;
export declare const scuid: ({ len, n }?: {
len: number;
n: number;
}) => string;
export declare const cleanEndpoint: (endpoint: string) => string;
//# sourceMappingURL=misc.d.ts.map