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
11 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getLocalLogArguments;
const __1 = require("..");
function getLocalLogArguments(message, metadata) {
return [
`[Hypertune] [v${__1.sdkVersion}] ${message}`,
...(Object.keys(metadata).length > 0 ? [metadata] : []),
];
}
//# sourceMappingURL=getLocalLogArguments.js.map