If you know how to fix the issue, make a pull request instead. - [x] I tried using the `@types/glob` package and had problems. - [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript - [ ] I have a question that is inappropriate for [StackOverflow](https://stackoverflow.com/). (Please ask any appropriate questions there). - [x] [Mention](https://github.com/blog/821-mention-somebody-they-re-notified) the authors (see `Definitions by:` in `index.d.ts`) so they can respond. - Authors: @vvakame @voy @ajafff `glob` definitely returns something instead of `void`! https://github.com/isaacs/node-glob/blob/f5a57d3d6e19b324522a3fa5bdd5075fd1aa79d1/glob.js#L75 I get a return value in this line: https://github.com/htmlhint/HTMLHint/blob/526c1e32afafa218355a971330b9621604366746/src/cli/htmlhint.ts#L433