`createUnit` function can take as second parameter of type `Unit` but it's missing from type definition  I'm using the example mentioned in the docs https://mathjs.org/examples/browser/currency_conversion.html.html https://github.com/josdejong/mathjs/blob/b9586ab33d7cc0eef984b247a359e92772af720d/src/type/unit/Unit.js#L3133
createUnitfunction can take as second parameter of typeUnitbut it's missing from type definitionI'm using the example mentioned in the docs
https://mathjs.org/examples/browser/currency_conversion.html.html
mathjs/src/type/unit/Unit.js
Line 3133 in b9586ab