socket-io-2.d.ts 309 B

1234567
  1. // NOTE: This is an implementation just for shutting up
  2. // tsc, this is really annoying (and maybe dangerous)
  3. // We don't have access to the 2.4.0 typings, hence we make do with this,
  4. // Check docs before you correct types again as you need
  5. declare module "socket.io-client-v2" {
  6. export type Socket = any
  7. }