mirror of
https://github.com/lucaspalomodevelop/auth-tools.git
synced 2026-03-13 06:09:37 +00:00
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
export { AuthClient as default } from "./auth";
|
|
export {
|
|
AuthClient,
|
|
AuthClientConfig,
|
|
AuthClientConnector,
|
|
AuthClientMethod,
|
|
} from "./auth";
|