1.0.4 • Published 1 year ago

joyutils v1.0.4

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

JOYUTILS

Elegent & utility methods to facilitate common usage in JavaScript!

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.

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!

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago