UNPKG

@arces-wot/wam

Version:

Web of Thing Application Manager

15 lines 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Lang = exports.License = void 0; var License; (function (License) { License["APACHE"] = "APACHE"; License["GPL3"] = "GPL3"; License["MIT"] = "MIT"; })(License = exports.License || (exports.License = {})); var Lang; (function (Lang) { Lang["JS"] = "JavaScript"; Lang["TS"] = "TypeScript"; })(Lang = exports.Lang || (exports.Lang = {})); //# sourceMappingURL=choice.js.map