Skip to content

Commit 3fb46c4

Browse files
author
toonew
committed
fix(): 补充遗漏的index 文件
1 parent 235395c commit 3fb46c4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './dist';

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"use strict";
2+
function __export(m) {
3+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4+
}
5+
exports.__esModule = true;
6+
__export(require("./dist"));

0 commit comments

Comments
 (0)