UNPKG

access-db

Version:

[统一数据库的连接]Unified access to all kinds of databases

4 lines (3 loc) 217 B
import { TTable, ElasticsearchFindRes, ElasticsearchCheckParams } from '../index'; declare function fetchFind(table: TTable, params: ElasticsearchCheckParams): Promise<ElasticsearchFindRes>; export default fetchFind;