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

9 lines 284 B
export class DrlUtils { static isJsonObject(value) { return value !== null && typeof value === 'object' && !Array.isArray(value); } static base64urlEncode(data) { return Buffer.from(data).toString('base64url'); } } //# sourceMappingURL=drl-utils.js.map