mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #2410 from Bartvds/def/glob-fix
small fixes to glob & glob-stream
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="glob-stream" />
|
||||
/// <reference path="glob-stream.d.ts" />
|
||||
|
||||
import gs = require('glob-stream');
|
||||
|
||||
|
||||
Vendored
+1
@@ -21,6 +21,7 @@ declare module "glob" {
|
||||
var Glob:IGlobStatic;
|
||||
|
||||
interface IOptions extends minimatch.IOptions {
|
||||
cwd?: string;
|
||||
sync?: boolean;
|
||||
nomount?: boolean;
|
||||
matchBase?:any;
|
||||
|
||||
Reference in New Issue
Block a user