UNPKG

@vizzly-testing/cli

Version:

Visual review platform for UI developers and designers

6 lines (5 loc) 176 B
export function createHttpServer(port: any, screenshotHandler: any, emitter?: any): { start: () => Promise<any>; stop: () => Promise<any>; getServer: () => any; };