unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
12 lines • 357 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