mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -7,13 +7,13 @@ declare module "minimatch" {
|
||||
|
||||
function M(target: string, pattern: string, options?: M.IOptions): boolean;
|
||||
|
||||
module M {
|
||||
namespace M {
|
||||
function match(list: string[], pattern: string, options?: IOptions): string[];
|
||||
function filter(pattern: string, options?: IOptions): (element: string, indexed: number, array: string[]) => boolean;
|
||||
function makeRe(pattern: string, options?: IOptions): RegExp;
|
||||
|
||||
var Minimatch: IMinimatchStatic;
|
||||
|
||||
|
||||
interface IOptions {
|
||||
debug?: boolean;
|
||||
nobrace?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user