diff --git a/tcomb/tcomb.d.ts b/tcomb/tcomb.d.ts index c189a6a0f..923bd2fa8 100644 --- a/tcomb/tcomb.d.ts +++ b/tcomb/tcomb.d.ts @@ -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;