quophyie
Results
2
issues of
quophyie
In FAQ docs in Dinero v2-alpha i.e (https://v2.dinerojs.com/docs/faq/how-can-i-create-dinero-objects-from-floats, follows from https://github.com/dinerojs/dinero.js/issues/58), the code is written as follows ``` javascript function dineroFromFloat({ amount: float, currency, scale }) { const factor =...
Hi I am getting the error below when I run tests with jest, ts-jest where a module uses helmet ``` Type 'typeof import("/home/quophyie/projects/helmet-issue/node_modules/helmet/index")' ``` I am using ESM (ECMAScript modules)...
needs more information