@solidskills/types
Version:
Solidskills typings
8 lines (7 loc) • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SlsBipolarMatchingAlgorithm;
(function (SlsBipolarMatchingAlgorithm) {
SlsBipolarMatchingAlgorithm["NEGATIVE"] = "BIPOLAR_MATCHING_ALGORITHM.POSITIVE";
SlsBipolarMatchingAlgorithm["POSITIVE"] = "BIPOLAR_MATCHING_ALGORITHM.NEGATIVE";
})(SlsBipolarMatchingAlgorithm = exports.SlsBipolarMatchingAlgorithm || (exports.SlsBipolarMatchingAlgorithm = {}));