UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

3 lines (2 loc) 125 B
import type { User } from '../types'; export declare function sanitizeUserForNotifier(_user: User): Record<string, unknown>;