src/lib/index.ts 130 B raw
1
// place files you want to import through the `$lib` alias in this folder.
2
export * from "./auth.ts";
3
export * from "./types.ts";