"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.functions = void 0; var _common = require("../common"); var _location = require("./location"); var _markdown = require("./markdown"); var _urlparam = require("./urlparam"); var _escount = require("./escount"); var _esdocs = require("./esdocs"); /* * 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; you may not use this file except in compliance with the Elastic License * 2.0. */ const functions = [_location.location, _markdown.markdown, _urlparam.urlparam, _escount.escount, _esdocs.esdocs, ..._common.functions]; exports.functions = functions;