UNPKG

299 BTypeScriptView Raw
1import type { AuthenticationManagementSetupOptions } from './types';
2import type { Application } from '@feathersjs/feathers';
3export default function authenticationLocalManagement(_options?: Partial<AuthenticationManagementSetupOptions>, docs?: Record<string, unknown>): (app: Application) => void;