manzt / zarrita.js

A JavaScript toolkit for working with chunked, compressed, n-dimensional arrays
https://zarrita.dev
MIT License
39 stars 5 forks source link

feat: migrate to JSDoc TypeScript #79

Closed manzt closed 1 year ago

manzt commented 1 year ago

Work towards using TypeScript via JSDoc. This PR is experimental for the moment, but it would remove the need for a compilation step to test various modules with each other. The only "build" step would be generating .d.ts files when publishing to NPM.

manzt commented 1 year ago

Maybe later.