Currently quick-socket is JavaScript only.
It would be great to add TypeScript type definitions (.d.ts file) so TypeScript developers can use the package with full type safety.
What needs to be done:
- Create src/index.d.ts
- Add types for all exported functions
- Add types for MESSAGE_TYPES and STATUS
Good first issue for TypeScript developers!
Currently quick-socket is JavaScript only.
It would be great to add TypeScript type definitions (.d.ts file) so TypeScript developers can use the package with full type safety.
What needs to be done:
Good first issue for TypeScript developers!