mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
The difference is Nil in 'tcomb'.
This commit is contained in:
2
tcomb/tcomb.d.ts
vendored
2
tcomb/tcomb.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user