UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

9 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class FakeFeatureSearchStore { searchFeatures(params, queryParams) { throw new Error('Method not implemented.'); } } exports.default = FakeFeatureSearchStore; //# sourceMappingURL=fake-feature-search-store.js.map