UNPKG

@splitsoftware/splitio-commons

Version:
4 lines (3 loc) 216 B
export function buildInstanceId(key, trafficType) { return "".concat(key.matchingKey ? key.matchingKey : key, "-").concat(key.bucketingKey ? key.bucketingKey : key, "-").concat(trafficType ? trafficType : ''); }