Add missing configuration option to glob (#18623)

This commit is contained in:
Vojtech Jasny
2017-08-14 22:56:36 +02:00
committed by Mohamed Hegazy
parent b4ff159f07
commit 03e4bfbf9d

View File

@@ -1,6 +1,7 @@
// Type definitions for Glob 5.0.10
// Project: https://github.com/isaacs/node-glob
// Definitions by: vvakame <https://github.com/vvakame/>
// voy <https://github.com/voy/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
@@ -49,6 +50,7 @@ declare namespace G {
realpath?: boolean;
nonegate?: boolean;
nocomment?: boolean;
absolute?: boolean;
/** Deprecated. */
globDebug?: boolean;