README
debug-umd
Wrap original 'debug' package, and exports in UMD style
Install
npm install debug-umd
Dependencies
Use https://www.npmjs.com/package/debug as original library.
Wrap original 'debug' package, and exports in UMD style
<script type="module">
import debugUmd from 'https://cdn.skypack.dev/debug-umd';
</script>
Wrap original 'debug' package, and exports in UMD style
npm install debug-umd
Use https://www.npmjs.com/package/debug as original library.