From 50b13cbb8e1a6f603c097c66743cb1848b660f91 Mon Sep 17 00:00:00 2001 From: Vincent Bortone Date: Wed, 23 Jan 2013 23:53:21 -0500 Subject: [PATCH] Remove NumeralJSStatic interface. --- numeraljs/numeraljs.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/numeraljs/numeraljs.d.ts b/numeraljs/numeraljs.d.ts index 473353004..25e540677 100644 --- a/numeraljs/numeraljs.d.ts +++ b/numeraljs/numeraljs.d.ts @@ -3,10 +3,6 @@ // Definitions by: Vincent Bortone // Definitions: https://github.com/borisyankov/DefinitelyTyped -interface NumeralJSStatic { - (value?: any): Numeral; -} - interface NumeralJSLanguage { delimiters: { thousands: string;