mention Jed Mao in header

This commit is contained in:
hansrwindhoff 2015-05-16 08:07:10 -06:00
parent 0335eae167
commit 64097df03e

2
tcomb/tcomb.d.ts vendored
View File

@ -2,6 +2,8 @@
// Project: http://gcanti.github.io/tcomb/guide/index.html
// Definitions by: Hans Windhoff <https://github.com/hansrwindhoff>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Original Definitions by: Jed Mao <https://github.com/jedmao>
declare module TComb {
export interface tcomb {
format: (format: string, ...values: any[]) => string;