UNPKG

@wailroth/adonis-ally-apple-v6

Version:

Ally driver for Apple Sign In

6 lines (5 loc) 174 B
export { configure } from './configure.js'; import { AppleDriver } from './src/apple.js'; export function apple(config) { return (ctx) => new AppleDriver(ctx, config); }