UNPKG

@solidskills/types

Version:

Solidskills typings

9 lines (8 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SlsNumericMatchingAlgorithm; (function (SlsNumericMatchingAlgorithm) { SlsNumericMatchingAlgorithm["MAX_TO_MOST"] = "NUMERIC_MATCHING_ALGORITHM.MAX_TO_MOST"; SlsNumericMatchingAlgorithm["MAX_TO_CLOSEST"] = "NUMERIC_MATCHING_ALGORITHM.MAX_TO_CLOSEST"; SlsNumericMatchingAlgorithm["MAX_TO_LESS"] = "NUMERIC_MATCHING_ALGORITHM.MAX_TO_LESS"; })(SlsNumericMatchingAlgorithm = exports.SlsNumericMatchingAlgorithm || (exports.SlsNumericMatchingAlgorithm = {}));