## Extend built-in methods: - [ ] [`clamp`](https://lodash.com/docs/4.17.15#clamp) - helps ensure an input number is within an upper & lower limit. - [ ] [`cloneDeep`](https://lodash.com/docs/4.17.15#cloneDeep) - give rules control over input mutation. - [ ] [`hash functions`](https://www.npmjs.com/package/hash-wasm) - [ ] Currency functions (Ideally use [dinero.js](https://v2.dinerojs.com/docs)) - [ ] `dinero.add` - [ ] `dinero.subtract` - [ ] `dinero.multiply` - [ ] `dinero.allocate` - [ ] [Pre-defined formatter helpers](https://v2.dinerojs.com/docs/api/formatting/to-format#build-a-reusable-formatter) - [ ] Accumulate [changes between dinero calls via `toSnapshot`](https://v2.dinerojs.com/docs/api/formatting/to-snapshot#get-a-snapshot-of-an-object)
Extend built-in methods:
clamp- helps ensure an input number is within an upper & lower limit.cloneDeep- give rules control over input mutation.hash functionsdinero.adddinero.subtractdinero.multiplydinero.allocatetoSnapshot