mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Make sure vexflow can be loaded with jspm
This commit is contained in:
Vendored
+5
-1
@@ -6,7 +6,7 @@
|
||||
//inconsistent namespace: this is a helper funtion from tables.js and should not pollute the global namespace!
|
||||
declare function sanitizeDuration(duration : string) : string;
|
||||
|
||||
declare namespace Vex {
|
||||
declare module Vex {
|
||||
|
||||
function L(block : string, args : any[]) : void;
|
||||
function Merge<T extends Object>(destination : T, source : Object) : T;
|
||||
@@ -1411,3 +1411,7 @@ declare namespace Vex {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
declare module "vexflow" {
|
||||
export = Vex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user