1.0.8 • Published 1 year ago

@nofun/joyutils v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Every developer should have their own effective library!

node-version prettier

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?

  1. Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable.
  2. Interop with commonjs is broken in many cases or hard to maintain.
  3. Show me any good language with default exports. It's historical javascriptism.

License

Licensed under the MIT License.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago