gfodor / p2pcf

Low cost, low effort P2P WebRTC serverless signalling using Cloudflare Workers
MIT License
952 stars 53 forks source link

Enhancement: Types #17

Closed arthtyagi closed 1 year ago

arthtyagi commented 1 year ago

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

gfodor commented 1 year ago

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

matthewrobb commented 1 year ago

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