index.ts 69 B

12345
  1. import auth from "./src/auth";
  2. const Auth = auth;
  3. export { Auth };