UNPKG

@openforge/elastic-enterprise-search

Version:

Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.

10 lines (9 loc) 371 B
import { Transport } from '@elastic/transport'; import API from './api/app/api'; import { ClientOptions, InternalOptions } from './utils'; export * as AppTypes from './api/app/types'; export default class AppSearchClient extends API { transport: Transport; constructor(opts: ClientOptions, internal: InternalOptions); engine(name: string): AppSearchClient; }