Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
359 stars 82 forks source link

Created a declaration file for typescript #50

Closed Bricklou closed 3 years ago

Bricklou commented 4 years ago

I created the minimum required to allow typescript users to use the library. I created an index.d.ts and added @types/node to devDependancies. (Maybe ask to the user to install it when using TS, i don't know :shrug:)

Pierce01 commented 3 years ago

@Bricklou If this could be updated to the latest update I'll merge.

Bricklou commented 3 years ago

Ok, no problems, I will look for it