UNPKG

featurehub-repository

Version:

Core package of API that exposes FeatureHub feature flags, values and configuration to client applications written in Typescript or Javascript.

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InterceptorValueMatch = void 0; class InterceptorValueMatch { constructor(value) { this.value = value; } } exports.InterceptorValueMatch = InterceptorValueMatch; //# sourceMappingURL=interceptors.js.map