UNPKG

rnsst

Version:

React Native Storybook Screeshot Tests with Detox

9 lines (8 loc) 205 B
import * as ws from 'ws'; export default class Server { wsServer: ws.Server; constructor(port: number); getUrl: () => string; handleWS: (socket: ws.Server) => void; stop: () => void; }