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;