UNPKG

next-auth

Version:

Authentication for Next.js

5 lines (4 loc) 153 B
export * from "./core/types"; export type { IncomingRequest, OutgoingResponse } from "./core"; export * from "./next"; export { default } from "./next";