"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = {}; exports.default = void 0; var _kbn_rison = require("./kbn_rison"); Object.keys(_kbn_rison).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _kbn_rison[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _kbn_rison[key]; } }); }); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ // maintain compatibility with 'rison-node' and include a default export // eslint-disable-next-line import/no-default-export var _default = { encode: _kbn_rison.encode, encodeUnknown: _kbn_rison.encodeUnknown, decode: _kbn_rison.decode, encodeArray: _kbn_rison.encodeArray, decodeArray: _kbn_rison.decodeArray }; exports.default = _default;