mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update 'minimatch'
This commit is contained in:
parent
92b5b5bcc3
commit
c377a484e5
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user