UNPKG

fvtt-types

Version:
12 lines (10 loc) 306 B
import type * as _io from "socket.io-client"; declare global { var io: typeof _io & typeof _io.io & { connect: typeof _io.io }; namespace io { type Socket = _io.Socket; type SocketOptions = _io.SocketOptions; type Manager = _io.Manager; type ManagerOptions = _io.ManagerOptions; } }