unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
12 lines • 355 B
JavaScript
export 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.');
}
}
//# sourceMappingURL=fake-onboarding-store.js.map