grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `import/export` statements with `export` statements

oleiade opened this issue · comments

As we expose our internal symbols publicly, we do so by first importing the internal, and then exporting it. It's been brought to our attention that these statements could be replaced with just export instead, as it has a dedicated syntax for it.