brussell98 / node-osu

A library for interacting with the osu api.
MIT License
39 stars 11 forks source link

index.d.ts needs moving into a tagged version #22

Closed NattieGit closed 3 years ago

NattieGit commented 3 years ago

Currently, the index.d.ts file for Typescript only exists on the master branch and not in any tagged version.

As a result, when installing this package through npm, the package can't (easily) be used with Typescript. I've currently worked around it by referencing the git repo and master branch in my package.json file, however it would be much nicer to just have typescript supported in an npm version.

Hopefully you can get around to doing it :)

Love this package so far. Well done on making it.

brussell98 commented 3 years ago

Released version 2.2.1 with types