mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
4
types/meteor/check.d.ts
vendored
4
types/meteor/check.d.ts
vendored
@@ -7,6 +7,8 @@ declare module Match {
|
||||
var undefined: any;
|
||||
var Object: any;
|
||||
|
||||
function Maybe(pattern: any): boolean;
|
||||
|
||||
function Optional(pattern: any): boolean;
|
||||
|
||||
function ObjectIncluding(dico: any): boolean;
|
||||
@@ -29,6 +31,8 @@ declare module "meteor/check" {
|
||||
var undefined: any;
|
||||
var Object: any;
|
||||
|
||||
function Maybe(pattern: any): boolean;
|
||||
|
||||
function Optional(pattern: any): boolean;
|
||||
|
||||
function ObjectIncluding(dico: any): boolean;
|
||||
|
||||
Reference in New Issue
Block a user