UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

8 lines (6 loc) 127 B
import type * as socketIo from 'socket.io'; declare global { namespace io { const Socket: typeof socketIo.Socket; } }