@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
18 lines (16 loc) • 359 B
Flow
/**
* 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,
...
};