unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
16 lines • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FakeOnboardingStore = void 0;
class FakeOnboardingStore {
insertProjectEvent(event) {
throw new Error('Method not implemented.');
}
async insertInstanceEvent(event) {
throw new Error('Method not implemented.');
}
async deleteAll() {
throw new Error('Method not implemented.');
}
}
exports.FakeOnboardingStore = FakeOnboardingStore;
//# sourceMappingURL=fake-onboarding-store.js.map