UNPKG

@yoroi/types

Version:
18 lines (16 loc) 359 B
/** * Flowtype definitions for numbers * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type NumberLocale = { prefix: string, decimalSeparator: string, groupSeparator: string, groupSize: number, secondaryGroupSize: number, fractionGroupSize: number, fractionGroupSeparator: string, suffix: string, ... };