dectyl
dectyl copied to clipboard
export {};
Can I assume that the following in the examples ...
export {};
is just to establish that the file is esm?
When I remove the export {}, the examples still run without error?