UNPKG

@adventurelabs/scout-core

Version:

Core utilities and helpers for Adventure Labs Scout applications

5 lines (4 loc) 253 B
import { Role } from "../types/db"; export declare function formatRoleCasing(role: Role): string; export declare function formatUsernameInitials(username: string): string; export declare function roundToXDecimals(num: number, decimals: number): number;