UNPKG

tedious

Version:

A TDS driver, for connecting to MS SQLServer databases.

12 lines (11 loc) 299 B
import { PassThrough } from 'stream'; declare class Message extends PassThrough { type: number; resetConnection: boolean; ignore: boolean; constructor({ type, resetConnection }: { type: number; resetConnection?: boolean | undefined; }); } export default Message;