Error
Error [ERR_REQUIRE_ESM]: require() of ES Module
Code
import {convert} from 'cashify';
const { convert }: any = await import('cashify');
const convert: any = (await import('cashify')).convert;
None of those examples above working.
Is there anyone facing this issue ?