UNPKG

feathers-authentication-management

Version:

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

3 lines (2 loc) 188 B
import type { UsersArrayOrPaginated, User, GetUserDataCheckProps } from '../types'; export declare function getUserData(data: UsersArrayOrPaginated, checks?: GetUserDataCheckProps): User;