UNPKG

access-db

Version:

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

4 lines (3 loc) 169 B
import { TTable, ElasticsearchGetRes } from '../index'; declare function fetchGet(table: TTable, uniKey: string): Promise<ElasticsearchGetRes>; export default fetchGet;