@joyaya/joyutils
v1.0.5
Published
Elegent & utility methods to facilitate common usage in JavaScript!
Downloads
6
Readme
JOYUTILS
Elegent & utility methods to facilitate common usage in JavaScript!
Why named export?
- Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable.
- Interop with commonjs is broken in many cases or hard to maintain.
- Show me any good language with default exports. It's historical javascriptism.
API
✨ See more usages at API Docs
Develop
Clone the repo and run npm install
to init the project!
After you have done some work, just run npm run build
to generate the project, and all output will be found at ./npm
Solo with code!