May I suggest you add the following to the README (because I had to look beyond the README to discover this): - There are `intValue` and `value` properties - You can construct with negative numbers, and negative strings like "-1" or "(1)" - You can compare as described [here](https://github.com/scurker/currency.js/issues/303) - Using TypeScript can import using `import currency from 'currency.js';` - TypeScript type definitions are already included in the package