@appflags/common
Advanced tools
| export interface Configuration { | ||
| flags: Flag[]; | ||
| } | ||
| export interface Flag { | ||
| key: string; | ||
| value: boolean | number | string; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=Configuration.js.map |
| {"version":3,"file":"Configuration.js","sourceRoot":"","sources":["../../src/types/Configuration.ts"],"names":[],"mappings":""} |
| export { Configuration, Flag } from "./Configuration"; | ||
| export { User } from "./User"; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=index.js.map |
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":""} |
| export interface User { | ||
| key: string; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=User.js.map |
| {"version":3,"file":"User.js","sourceRoot":"","sources":["../../src/types/User.ts"],"names":[],"mappings":""} |
+1
-4
@@ -1,4 +0,1 @@ | ||
| import { EnvironmentConfig } from "./types/EnvironmentConfig"; | ||
| export { EnvironmentConfig }; | ||
| import { Flag } from "./types/Flag"; | ||
| export { Flag }; | ||
| export * from "./types"; |
+11
-0
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
| }) : (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| o[k2] = m[k]; | ||
| })); | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| __exportStar(require("./types"), exports); | ||
| //# sourceMappingURL=index.js.map |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAuB"} |
+1
-1
| { | ||
| "name": "@appflags/common", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
3102
80.24%19
90%46
130%