UNPKG

number-abbreviation

Version:
3 lines (2 loc) 154 B
import { TAbbreviation } from './types/TAbbreviation'; export declare const numberAbbr: (value: number, options?: TAbbreviation | undefined) => string;