UNPKG

@wailroth/adonis-ally-apple-v6

Version:

Ally driver for Apple Sign In

6 lines (5 loc) 296 B
export { configure } from './configure.js'; import type { HttpContext } from '@adonisjs/core/http'; import { AppleDriver } from './src/apple.js'; import { AppleDriverConfig } from './src/types/main.js'; export declare function apple(config: AppleDriverConfig): (ctx: HttpContext) => AppleDriver;