This commit is contained in:
Xu Chang 2022-07-21 07:07:04 +08:00
parent d8d612e583
commit 82e878ef18
3 changed files with 5 additions and 0 deletions

1
lib/index.d.ts vendored
View File

@ -5,3 +5,4 @@ export * from './features/cache';
export * from './features/localStorage';
export * from './utils/upload';
export * from './types/Notification';
export * from './utils/bluetooth';

View File

@ -20,3 +20,4 @@ __exportStar(require("./features/cache"), exports);
__exportStar(require("./features/localStorage"), exports);
__exportStar(require("./utils/upload"), exports);
__exportStar(require("./types/Notification"), exports);
__exportStar(require("./utils/bluetooth"), exports);

View File

@ -0,0 +1,3 @@
export * from './bluetooth.mp';
console.log('不应该走到这里');