Skip to content

Commit

Permalink
fix(): 补充遗漏的index 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
toonew committed Aug 24, 2020
1 parent 235395c commit 3fb46c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist';
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
exports.__esModule = true;
__export(require("./dist"));

0 comments on commit 3fb46c4

Please sign in to comment.