7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
import { auth } from "./auth.ts";
|
|
|
|
export * from "./auth.ts";
|
|
export * from "./config.ts";
|
|
|
|
export type Auth = typeof auth;
|