diff --git a/micromatch/micromatch.d.ts b/micromatch/micromatch.d.ts index f8b101a61..db3897fa2 100644 --- a/micromatch/micromatch.d.ts +++ b/micromatch/micromatch.d.ts @@ -3,7 +3,7 @@ // Definitions by: glen-84 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// declare namespace Micromatch { type Pattern = (string | RegExp | ((filePath: string) => boolean));