joyutils
Cute JavaScript Library!
joyutils is a Javascript library, and which come from real-world engineering experience.
Installation
Only support:
- Node.js 8.0.0+
Choose your favorite package manager:
# npm
npm i @nofun/joyutils -D
# yarn
yarn add @nofun/joyutils -D
Usage
See document for more information.
FAQ
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.
License
Licensed under the MIT License.