UNPKG

featurehub-javascript-client-sdk

Version:
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