From 0335eae167b77bb95a6119a3f41770f3fc4cda79 Mon Sep 17 00:00:00 2001 From: hansrwindhoff Date: Fri, 15 May 2015 23:47:02 -0600 Subject: [PATCH] lines --- tcomb/tcomb.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tcomb/tcomb.d.ts b/tcomb/tcomb.d.ts index fcee4d48c..8af914ab5 100644 --- a/tcomb/tcomb.d.ts +++ b/tcomb/tcomb.d.ts @@ -3,10 +3,6 @@ // Definitions by: Hans Windhoff // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module TComb { - - export interface NumbersOnly { - [idx:number]:string; - } export interface tcomb { format: (format: string, ...values: any[]) => string; getFunctionName: (fn: Function) => string;