@codeque/core
Version:
Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS
11 lines (8 loc) • 478 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.beforeWildcardsComparators = void 0;
var _wildcardForAssignmentPatternOrDefaultParamValues = require("./nodeComparators/wildcardForAssignmentPatternOrDefaultParamValues");
const beforeWildcardsComparators = [_wildcardForAssignmentPatternOrDefaultParamValues.wildcardForAssignmentPatternOrDefaultParamValuesNodesComparator];
exports.beforeWildcardsComparators = beforeWildcardsComparators;
;