@produck/charon
v0.3.0
Published
Doing small thing for compressing bundle by tree shaking
Downloads
87
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