diff --git a/tcomb/tcomb.d.ts b/tcomb/tcomb.d.ts index 8af914ab51..c189a6a0f5 100644 --- a/tcomb/tcomb.d.ts +++ b/tcomb/tcomb.d.ts @@ -2,6 +2,8 @@ // Project: http://gcanti.github.io/tcomb/guide/index.html // Definitions by: Hans Windhoff // Definitions: https://github.com/borisyankov/DefinitelyTyped + +// Original Definitions by: Jed Mao declare module TComb { export interface tcomb { format: (format: string, ...values: any[]) => string;