Merge pull request #214 from vbortone/master

Removed unused NumeralJSStatic interface
This commit is contained in:
Boris Yankov
2013-01-23 20:56:03 -08:00

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;