mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
Merge pull request #75 from chrisguttandin/fix-type-definition
remove abandoned character
This commit is contained in:
commit
84bf971160
2
decimal.d.ts
vendored
2
decimal.d.ts
vendored
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user