UNPKG

newrelic

Version:
7 lines (5 loc) 160 B
'use strict' module.exports.parseKey = function parseKey(licenseKey) { var regionMatch = /^(.+?)x/.exec(licenseKey) return regionMatch && regionMatch[1] }