UNPKG

@nswhp/golden-path

Version:
18 lines (17 loc) 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoldenPathValue = exports.LicenseValue = void 0; var LicenseValue; (function (LicenseValue) { LicenseValue["MIT"] = "MIT"; LicenseValue["APACHE"] = "APACHE"; LicenseValue["ISC"] = "ISC"; LicenseValue["BSD2"] = "BSD2"; LicenseValue["GPL3"] = "GPL3"; LicenseValue["CCO1"] = "CCO1"; })(LicenseValue = exports.LicenseValue || (exports.LicenseValue = {})); var GoldenPathValue; (function (GoldenPathValue) { GoldenPathValue["AWS_CDK"] = "AWS-CDK"; GoldenPathValue["ANGULAR"] = "Angular App"; })(GoldenPathValue = exports.GoldenPathValue || (exports.GoldenPathValue = {}));