master
Tudor Stanciu 2023-03-29 19:33:03 +03:00
parent da158d98e6
commit 27162d7a45
1 changed files with 1 additions and 0 deletions

1
src/index.d.ts vendored
View File

@ -1,4 +1,5 @@
import * as typeValidator from "./data/typeValidator";
import * as localStorage from "./storage/localStorage";
export * from "./data/camelizer";
export { typeValidator, localStorage };