update dependencies and generate typings (#44)

This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent ca61d6b19e
commit 329de4e9f7
11 changed files with 278 additions and 11 deletions

4
typings/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
import record from './record';
import { Replayer } from './replay';
import { mirror } from './utils';
export { record, Replayer, mirror };