Commit Graph
4 Commits
Author SHA1 Message Date
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
Bart van der Schoor 518fbb37c7 added filter method to minimatch
and options optional
2014-05-26 23:02:06 +02:00
vvakame 28df6f4d94 fix minimatch/minimatch.d.ts 2014-04-20 16:42:53 +09:00
vvakame e68f6bc24f added glob/glob.d.ts 2014-04-18 00:03:04 +09:00