Numeral-js icon indicating copy to clipboard operation
Numeral-js copied to clipboard

fixed issue #595

Open sfmqrb opened this issue 3 years ago • 1 comments

issue #595 is fixed.

sfmqrb avatar Jan 29 '22 08:01 sfmqrb

var num = numeral(-0.01).format("$ 0,0.0"); console.log(num);

// -$ 0.0 // Previously : 0$ .0

sfmqrb avatar Jan 29 '22 09:01 sfmqrb