tus-js-client icon indicating copy to clipboard operation
tus-js-client copied to clipboard

Move to TypeScript

Open Acconut opened this issue 2 months ago • 4 comments

This PR is an experiment to see how we can utilize TypeScript to transpile the source code into CommonJS/ESM code included in the package. The benefit is that we have type-checked source code and also don't have to manually maintain a type definition in index.d.ts.

Acconut avatar Apr 16 '24 09:04 Acconut