update defs to v1.0 of tcomb

http://gcanti.github.io/tcomb/
This commit is contained in:
hansrwindhoff
2015-05-15 18:58:34 -06:00
parent d82b89617e
commit 0ac773404b
2 changed files with 1725 additions and 221 deletions

File diff suppressed because it is too large Load Diff

2
tcomb/tcomb.d.ts vendored
View File

@@ -83,7 +83,7 @@ declare module TComb {
}
export interface Any_Static extends TCombBase {
new (value: any): Any_Instance;
(value: any): Any_Instance;
}