UNPKG

dotcms

Version:

This library allows you to interact with DotCMS API's easily from the browser, nodejs and React Native. [Full Documentation](https://dotcms.github.io/core-web/dotcms/)

3 lines (2 loc) 134 B
import { DotCMSElasticSearchParams } from '../models'; export declare function getEsQuery(params: DotCMSElasticSearchParams): string;