UNPKG

digital-covid-certificate-lib

Version:

A library to parse and verify Digital Covid Certificates (DCC)

8 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getValueSetValue = void 0; const getValueSetValue = (valueSet) => (code, lang) => { return valueSet.valueSetValues[code]; }; exports.getValueSetValue = getValueSetValue; //# sourceMappingURL=ValueSets.js.map