This examples illustrate how to code a wrapper around 1 or more ESM Modules the wrapper gets written in CJS
exposing only namedExports avoid default export by design to make the shift to ESM more easy
also it exposes only Functions (methods) that do handle the import of the ESM dependencies.
also at the end there is a little introduction