async-retry icon indicating copy to clipboard operation
async-retry copied to clipboard

commonjs -> ecmascript modules

Open brandonros opened this issue 3 years ago • 0 comments

similar to https://github.com/tim-kos/node-retry/pull/87

paves the way for

<script type="importmap">
      {
        "imports": {
          "retry": "https://cdn.jsdelivr.net/gh/brandonros/node-retry@mjs/index.mjs",
          "async-retry": "https://cdn.jsdelivr.net/gh/brandonros/async-retry@patch-1/lib/index.js"
        }
      }
    </script>
    <script type="module">
      import retry from 'async-retry'

brandonros avatar Aug 10 '22 05:08 brandonros