UNPKG

number-abbreviation

Version:
7 lines (6 loc) 217 B
import { TAbbreviation } from "./types/TAbbreviation"; export default function optionsValidator(options?: TAbbreviation): { decimals: number; suffixes: string[]; suffixSpace: boolean | undefined; };