"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encodeLabelhash = encodeLabelhash; function encodeLabelhash(hash) { return `[${hash.slice(2)}]`; } //# sourceMappingURL=encodeLabelhash.js.map