ahmadnassri / node-glob-promise

Promise version of glob

Home Page:https://www.npmjs.com/package/glob-promise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typings are missing in npm package

marvinhagemeister opened this issue · comments

They are all here in this repo. It seems like the package published on npm is a bit outdated or not in sync with master.

is there really a need for typings?

+1 for typings, think this should be reopened. Not having them means dependents using typescript don't have autocomplete or type checking. You have to research the api to figure out how to use it. It doesn't seem like a big deal but for me at least not having the typings drives me nuts >.< I usually just write typings for packages that won't/can't have them.

Happy to PR if you'd be willing to have them again.