Template
1
0
Files
boilerplate/api/libraries/auth/mod.ts

7 lines
124 B
TypeScript

import { auth } from "./auth.ts";
export * from "./auth.ts";
export * from "./config.ts";
export type Auth = typeof auth;