UNPKG

@synet/did

Version:

Secure, minimal, standards-compliant DID library for production environments. Supports did:key and did:web methods with strict validation and cryptographic security.

11 lines (10 loc) 486 B
"use strict"; /** * Unit exports for @synet/did * Imports from @synet/unit for proper composition */ Object.defineProperty(exports, "__esModule", { value: true }); exports.createUnitSchema = exports.Unit = void 0; var unit_1 = require("@synet/unit"); Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return unit_1.Unit; } }); Object.defineProperty(exports, "createUnitSchema", { enumerable: true, get: function () { return unit_1.createUnitSchema; } });