Remove NumeralJSStatic interface.

This commit is contained in:
Vincent Bortone
2013-01-23 23:53:21 -05:00
parent 18dc777a82
commit 50b13cbb8e
-4
View File
@@ -3,10 +3,6 @@
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface NumeralJSStatic {
(value?: any): Numeral;
}
interface NumeralJSLanguage {
delimiters: {
thousands: string;