mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
Merge pull request #214 from vbortone/master
Removed unused NumeralJSStatic interface
This commit is contained in:
4
numeraljs/numeraljs.d.ts
vendored
4
numeraljs/numeraljs.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user