mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Update 'minimatch'
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// Definitions by: vvakame <https://github.com/vvakame/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
declare function M(target: string, pattern: string, options?: M.IOptions): boolean;
|
||||
|
||||
declare namespace M {
|
||||
@@ -1,6 +1,4 @@
|
||||
/// <reference path="./minimatch.d.ts" />
|
||||
|
||||
import mm = require("minimatch");
|
||||
import mm = require("./");
|
||||
|
||||
var pattern = "**/*.ts";
|
||||
var options = {
|
||||
|
||||
Reference in New Issue
Block a user