mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
Add missing configuration option to glob (#18623)
This commit is contained in:
committed by
Mohamed Hegazy
parent
b4ff159f07
commit
03e4bfbf9d
2
types/glob/index.d.ts
vendored
2
types/glob/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user