mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix reference path
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: glen-84 <https://github.com/glen-84>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../parse-glob/parse-glob.ts" />
|
||||
/// <reference path="../parse-glob/parse-glob.d.ts" />
|
||||
|
||||
declare namespace Micromatch {
|
||||
type Pattern = (string | RegExp | ((filePath: string) => boolean));
|
||||
|
||||
Reference in New Issue
Block a user