From 77b2dc4caecfff4a3c622d07d0dc8138cddabacf Mon Sep 17 00:00:00 2001 From: Seiya IZUMI Date: Fri, 20 Oct 2017 22:30:13 +0900 Subject: [PATCH] Add html/index.d.ts (#586) * Add html/index.d.ts * Import bel * Fix typo --- html/index.d.ts | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) create mode 100644 html/index.d.ts diff --git a/html/index.d.ts b/html/index.d.ts new file mode 100644 index 0000000..fd11f05 --- /dev/null +++ b/html/index.d.ts @@ -0,0 +1,2 @@ +import * as bel from "bel" +export = bel diff --git a/package.json b/package.json index 0b78728..957bdb6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "index.d.ts", "html/index.js", "html/raw.js", + "html/index.d.ts", "dist", "example" ],