added module declaration

This commit is contained in:
Dan Marshall
2016-06-20 11:49:21 -07:00
parent 35066584f8
commit 1dafe949f6

View File

@@ -242,3 +242,7 @@ declare namespace opentypejs {
}
declare var opentype: typeof opentypejs;
declare module "opentype.js" {
export = opentype;
}