blob: 789ea44fae5c3ccc85b30c4c5847c712cb3f850b [file] [log] [blame]
export type NumberFormatFunction = (value: number) => string;