renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCombinedKey = getCombinedKey;
/**
* Returns the key used by underlying storage implementations
*/
function getCombinedKey(namespace, key) {
return `datasource-mem:pkg-fetch:${namespace}:${key}`;
}
//# sourceMappingURL=key.js.map