DJtheRedstoner
05/16/2023, 8:20 PM@cloudflare/workers-types@next
and I can't seem to find any typings for it. Adding the following to types.d.ts
works: ts
declare module "cloudflare:sockets" {
export function connect(address: SocketAddress | string, options?: SocketOptions): Socket
}
Dani Foldi
05/16/2023, 8:22 PMDJtheRedstoner
05/16/2023, 8:23 PM