@nofun/joyutils
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

joyutils

Cute JavaScript Library!

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.

Readme

Keywords

Package Sidebar

Install

npm i @nofun/joyutils

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

16.9 kB

Total Files

13

Last publish

Collaborators

  • ylonely