43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

TypeScript types need to be exposed for entrypoint #45

Closed 43081j closed 5 years ago

43081j commented 5 years ago

id3.js has no associated type definitions so TS consumers must import id3js/lib/id3.js instead.

This is a pain, we should instead ship a tiny types file (id3.d.ts) which exports lib/id3.d.ts.

43081j commented 5 years ago

Closed by #46