added scanning functionality

This commit is contained in:
2025-10-09 22:01:11 -07:00
parent eedfef8456
commit 4350ce931b
3 changed files with 127 additions and 0 deletions

2
src/index.ts Normal file
View File

@ -0,0 +1,2 @@
export * from "./class"
export * from "./types"