UNPKG

pgmock2

Version:

An NPM module for mocking a connection to a PostgreSQL database.

4 lines (3 loc) 155 B
import { IPGClient } from './interfaces'; /** @ignore */ export declare const isIPGClient: (obj: IPGClient | Record<string, unknown>) => obj is IPGClient;