From 1dafe949f6aa2ba44cde014760bf71ff6169fadf Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Mon, 20 Jun 2016 11:49:21 -0700 Subject: [PATCH] added module declaration --- opentype/opentype.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opentype/opentype.d.ts b/opentype/opentype.d.ts index 4e98b12ece..fec42369a1 100644 --- a/opentype/opentype.d.ts +++ b/opentype/opentype.d.ts @@ -242,3 +242,7 @@ declare namespace opentypejs { } declare var opentype: typeof opentypejs; + +declare module "opentype.js" { + export = opentype; +}