UNPKG

dsl-builder

Version:

OpenSearch Query Builder - Extract from OpenSearch Dashboards

16 lines (15 loc) 567 B
"use strict"; /* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Any modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.nodeTypes = void 0; var node_types_1 = require("./node_types"); Object.defineProperty(exports, "nodeTypes", { enumerable: true, get: function () { return node_types_1.nodeTypes; } });