@produck/charon

Doing small thing for compressing bundle by tree shaking

Usage no npm install needed!

<script type="module">
  import produckCharon from 'https://cdn.skypack.dev/@produck/charon';
</script>

README

charon

TODO: description

Specification

  • Each function name MUST use camel identifier
  • One file, one function, one jsdoc annotation
  • File names is their exported function name
  • Directory names is namespaces & category, <namespace>/index.js
  • Aliases asigned in <namespace>/index.js
  • Document annotations conforms to usage

Usage

const charon = require('charon');

// TODO: DEMONSTRATE API