UNPKG

sql-snap

Version:

Tools for running SQL Database Tests

9 lines (8 loc) 231 B
import { ISnapServerConfig } from './Interface/ISnapServerConfig'; export declare class SnapServer { private server; private snap; constructor(config: ISnapServerConfig); private newSocket; private onMessage; }