Skip to content

Commit

Permalink
Adds a module declaration to bezier-js. (DefinitelyTyped#11578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hyndman authored and mhegazy committed Oct 3, 2016
1 parent 522fd93 commit b24ec3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bezier-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ declare namespace BezierJs {
offset(d: number): PolyBezier;
}
}

declare module "bezier-js" {
export = BezierJs;
}

0 comments on commit b24ec3a

Please sign in to comment.