1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00

remove abandoned character

This commit is contained in:
chrisguttandin 2017-12-03 22:55:11 +01:00
parent 35a8cddde9
commit 6e91027ee0

2
decimal.d.ts vendored
View File

@ -80,7 +80,7 @@ interface DecimalConfig {
// Requires `toFormat`. // Requires `toFormat`.
interface DecimalFormat { interface DecimalFormat {
decimalSeparator?: string;s decimalSeparator?: string;
groupSeparator?: string; groupSeparator?: string;
groupSize?: number; groupSize?: number;
secondaryGroupSize?: number; secondaryGroupSize?: number;