UNPKG

onix-codelist

Version:
10 lines (9 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LicenseExpressionType = void 0; var LicenseExpressionType; (function (LicenseExpressionType) { LicenseExpressionType[LicenseExpressionType["HumanReadable"] = '01'] = "HumanReadable"; LicenseExpressionType[LicenseExpressionType["ProfessionalReadable"] = '02'] = "ProfessionalReadable"; LicenseExpressionType[LicenseExpressionType["OnixPl"] = '10'] = "OnixPl"; })(LicenseExpressionType = exports.LicenseExpressionType || (exports.LicenseExpressionType = {}));