DefinitelyTyped/minimatch
Rogier Schouten af6197ad37 Bugfix in minimatch.d.ts
From README.md:  the exported function returns a boolean not a void.

var minimatch = require("minimatch")
minimatch("bar.foo", "*.foo") // true!
2014-11-14 11:28:52 +01:00
..
minimatch-tests.ts Bugfix in minimatch.d.ts 2014-11-14 11:28:52 +01:00
minimatch.d.ts Bugfix in minimatch.d.ts 2014-11-14 11:28:52 +01:00