* provide more bundle outputs

* update commonJS and es module entry to boot file
This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent bfc0c43aa7
commit 1efc9ad30b
4 changed files with 29 additions and 3 deletions

2
src/boost.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './index';
export * from './packer';

View File

@@ -8,7 +8,6 @@ export {
MouseInteractions,
ReplayerEvents,
} from './types';
export { pack, unpack } from './packer';
const { addCustomEvent } = record;