UNPKG

@n1k1t/mock-server

Version:

The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations

7 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compileContainerKey = void 0; const value_1 = require("@n1k1t/typebox/value"); const compileContainerKey = (key) => typeof key === 'object' ? value_1.Value.Hash(key).toString() : String(key); exports.compileContainerKey = compileContainerKey; //# sourceMappingURL=utils.js.map