UNPKG

access-db

Version:

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

4 lines (3 loc) 212 B
import { TTable, RedisSetParams, RedisSetmanyRes } from '../index'; declare function fetchSetmany(table: TTable, params: RedisSetParams[], expire?: number): Promise<RedisSetmanyRes>; export default fetchSetmany;