The difference is Nil in 'tcomb'.

This commit is contained in:
Daniel Rosenwasser
2015-08-20 12:25:28 -07:00
parent 457db39073
commit 5aca285de7

2
tcomb/tcomb.d.ts vendored
View File

@@ -16,7 +16,7 @@ declare module TComb {
assert: (condition: boolean, message?: string, ...values: any[]) => void;
fail: (message?: string) => void;
Any: Any_Static;
Nil: Str_Static;
Nil: Nil_Static;
Str: Str_Static;
Num: Num_Static;
Bool: Bool_Static;