Update 'minimatch'

This commit is contained in:
Ryan Cavanaugh 2016-04-27 10:27:52 -07:00
parent 92b5b5bcc3
commit c377a484e5
2 changed files with 1 additions and 5 deletions

View File

@ -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 {

View File

@ -1,6 +1,4 @@
/// <reference path="./minimatch.d.ts" />
import mm = require("minimatch");
import mm = require("./");
var pattern = "**/*.ts";
var options = {