From da7a41e52b646a15387804e7880f1efff14829a1 Mon Sep 17 00:00:00 2001 From: Glen Date: Sun, 10 Jan 2016 14:03:23 +0200 Subject: [PATCH] Fix reference path --- micromatch/micromatch.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));