hypertune
Version:
[Hypertune](https://www.hypertune.com/) is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Built with full end-to-end type-safety, Git-style version control and local, synchronous, in-memory flag evaluation. Opt
8 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getNodeCacheKey;
const shared_1 = require("../shared");
function getNodeCacheKey(initDataHash, nodePath, suffix) {
return (0, shared_1.hash)(`${initDataHash}/${nodePath}/${suffix}`).toString();
}
//# sourceMappingURL=getNodeCacheKey.js.map