1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-03-02 03:49:24 +00:00

Merge pull request #75 from chrisguttandin/fix-type-definition

remove abandoned character
This commit is contained in:
Michael M
2017-12-03 22:15:13 +00:00
committed by GitHub

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;