UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

6 lines (5 loc) 187 B
import { EventDispatcher } from "../events/EventDispatcher"; export declare class Socket extends EventDispatcher { private websocket; constructor(host?: string, port?: number); }