gfodor / p2pcf

Low cost, low effort P2P WebRTC serverless signalling using Cloudflare Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Types

arthtyagi opened this issue · comments

The project looks neat. Have you considered adding types and turning this into a Typescript project instead?

no, it's a cloudflare worker. typescript would just increase the difficulty of using it.

JSDoc, d.ts/@types would be nice a least for those of us using tools that desperately prefer some types are present.