UNPKG

access-db

Version:

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

4 lines (3 loc) 251 B
import { TTable, MongodbDeleteRes, MongodbUpdateKey, MongodbSession } from '../index'; declare function fetchDel(table: TTable, uniKey: number | string | MongodbUpdateKey, session?: MongodbSession): Promise<MongodbDeleteRes>; export default fetchDel;