This library is CJS, so when used from an ESM module, you have to do this: ``` import millify from 'millify'; millify.default(...) ``` However, this doesn't match up with the published types, which expect the default export to be used directly.