From 03e4bfbf9d4b72f4a8f59de7ee39cf0e93ea1c08 Mon Sep 17 00:00:00 2001 From: Vojtech Jasny Date: Mon, 14 Aug 2017 22:56:36 +0200 Subject: [PATCH] Add missing configuration option to glob (#18623) --- types/glob/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/glob/index.d.ts b/types/glob/index.d.ts index 52d6ef0848..228592523d 100644 --- a/types/glob/index.d.ts +++ b/types/glob/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for Glob 5.0.10 // Project: https://github.com/isaacs/node-glob // Definitions by: vvakame +// voy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// @@ -49,6 +50,7 @@ declare namespace G { realpath?: boolean; nonegate?: boolean; nocomment?: boolean; + absolute?: boolean; /** Deprecated. */ globDebug?: boolean;