add strict null check and fix codes

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent c496e3edea
commit ac5293f162
5 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
import snapshot from './snapshot';
import rebuild from './rebuild';
export * from './types';
export { snapshot, rebuild };