How to develop with custom packages in typescript
Im using nitrojs to make my cloudflare worker and recently came across cloudflare:sockets, this is a massive game changer for me as i can connect to my database without a intermediary api. Im wondering what the right way to use this package is since i wont have types for it in typescript and nitro doesnt support cloudflare tcp sockets yet
0 Replies