UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

8 lines 284 B
/** * Convert number to string with replacing exponent part on decimals * * @param value the number * @return string representation of a number */ export declare function stringifyNumberWithoutExp(value: number): string; //# sourceMappingURL=stringify-number-without-exp.d.ts.map