UNPKG

408 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var Tags;
4(function (Tags) {
5 Tags["browser"] = "Browser";
6 Tags["node"] = "Node";
7 Tags["typescript"] = "TypeScript";
8 Tags["flow"] = "Flow";
9 Tags["angular"] = "Angular";
10 Tags["stencil"] = "Stencil";
11 Tags["react"] = "React";
12})(Tags = exports.Tags || (exports.Tags = {}));
13//# sourceMappingURL=types.js.map
\No newline at end of file