mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
added module declaration
This commit is contained in:
4
opentype/opentype.d.ts
vendored
4
opentype/opentype.d.ts
vendored
@@ -242,3 +242,7 @@ declare namespace opentypejs {
|
||||
}
|
||||
|
||||
declare var opentype: typeof opentypejs;
|
||||
|
||||
declare module "opentype.js" {
|
||||
export = opentype;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user