UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

10 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCombinedKey = getCombinedKey; /** * Returns the key used by underlying storage implementations */ function getCombinedKey(namespace, key) { return `global%%${namespace}%%${key}`; } //# sourceMappingURL=key.js.map