UNPKG

mysql2

Version:

fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS

7 lines (5 loc) 117 B
declare interface ErrorPacketParams { message?: string; code?: number | string; } export { ErrorPacketParams };