dectyl icon indicating copy to clipboard operation
dectyl copied to clipboard

export {};

Open nhrones opened this issue 4 years ago • 0 comments

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?

nhrones avatar Oct 07 '21 15:10 nhrones