UNPKG

triplecheck-broker

Version:

The TripleCheck broker is a central, global store for all of your contracts and contract tests.

9 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.calculateDbKey = void 0; function calculateDbKey(item) { const { type, name, version } = item; return `${type}#${name}@${version}`; } exports.calculateDbKey = calculateDbKey; //# sourceMappingURL=calculateDbKey.js.map