UNPKG

@convocomet/auth-astro

Version:

This is a fork of [Auth Astro](https://github.com/nowaythatworked/auth-astro), including many fixes and new features, which was created due to a lack of maintenance in the upstream version.

7 lines (5 loc) 228 B
/// <reference path="module.d.ts"/> import integration from './src/integration' export type Integration = typeof integration export default integration export { defineConfig, type FullAuthConfig as Config } from './src/config'