UNPKG

@oap75/utils

Version:
10 lines (9 loc) 268 B
import BN from 'bn.js'; declare type Props = { count: number | BN | string; singularText: string; pluralText?: string; hideCount?: boolean; }; export declare function pluralize({ count, singularText, pluralText, hideCount }: Props): string; export {};