DEV Community

[Comment from a deleted post]
Collapse
 
qm3ster profile image
Mihail Malo

How can you make portable modules for web and deno with ES modules?
Only using the async dynamic import?

export default (amBrowser ? import('peepee') : import('poopoo')).await