@n1k1t/mock-server
Version:
Powerful util to setup mocks over HTTP APIs
7 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.compileContainerLink = void 0;
const value_1 = require("@n1k1t/typebox/value");
const compileContainerLink = (key) => typeof key === 'object' ? value_1.Value.Hash(key).toString() : String(key);
exports.compileContainerLink = compileContainerLink;
//# sourceMappingURL=utils.js.map