UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

3 lines (2 loc) 120 B
import { User } from '@accounts/types'; export declare function getFirstUserEmail(user: User, address: string): string;