money-ts icon indicating copy to clipboard operation
money-ts copied to clipboard

TypeScript library for type-safe and lossless encoding and manipulation of world currencies and precious metals

Results 5 money-ts issues
Sort by recently updated
recently updated
newest added

Returns 404 error code. https://github.com/gcanti/money-ts/blob/4c64856e68070c27c30db466b55815b87fb41728/README.md?plain=1#L3

The type of `exchange` is currently ``` export const exchange = (er: ExchangeRate) => (d: Dense): Dense => { return unsafeCoerce(d.mul(unwrap(er))) } ``` The problem is that `Dense` also carries...

Upgrade to `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]` and set them as peer dependencies. Upgrade to `[email protected]`. Upgrade to `tslint@6`, `prettier@2`

Do you plan it or should userland send a PR? I know the company which maybe will desperately need it.

Hi, I seem to be getting the following error: ``` npm install && tsc ./index.ts up to date in 0.283s found 0 vulnerabilities ../../../../../node_modules/monocle-ts/lib/index.d.ts(1,35): error TS2305: Module '"../../fp-ts/lib/HKT"' has no...