creeperyang / id3-parser

A pure JavaScript id3 tag parser.
54 stars 13 forks source link

add typescript typings #15

Closed mad-gooze closed 7 years ago

mad-gooze commented 7 years ago

Typings project is deprecated (the advised way now is using @types or shipping type definitions with npm package), and current typings from https://github.com/dvdcxn/typed-id3-parser are incomplete. This PR adds complete type definitions shipped with the package.

creeperyang commented 7 years ago

Nice work!

mad-gooze commented 7 years ago

Could you publish npm release please?