mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix declaration to allow "import Bezier = require('bezier-js');"
This commit is contained in:
Vendored
+1
-1
@@ -203,5 +203,5 @@ declare namespace BezierJs {
|
||||
}
|
||||
|
||||
declare module "bezier-js" {
|
||||
export = BezierJs;
|
||||
export = BezierJs.Bezier;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user