UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

3 lines (2 loc) 157 B
import { UserLean } from "../interfaces/models/User"; export declare const getUserName: (user: Partial<UserLean>, priority?: "name" | "username") => string;