1.12.0 • Published 1 year ago

keywee v1.12.0

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

But who asked for this, when there are already libraries like lodash and underscore?

I like what lodash (or underscore) has to offer, but this library exports some of the weirdest and uncommon utility methods that you might occasionally need somewhere, and it would not have made sense to propose these methods to a generic utility library like lodash. Adding to it, KeyWee is 100% ES6 compliant and supports tree-shaking out of the box.

Installation

# NPM
npm install keywee

# Yarn
yarn add keywee

Installation from a CDN

KeyWee has a UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- From UNPKG -->
<script src="https://unpkg.com/keywee"></script>

<!-- From JSDelivr -->
<script src="https://cdn.jsdelivr.net/npm/keywee"></script>

<script>
  // UMD module is exposed through the "keywee" global variable
  console.log(keywee);
</script>

License

KeyWee is released under the MIT License.

1.10.4

1 year ago

1.11.2

1 year ago

1.12.0

1 year ago

1.8.2

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.7.1

1 year ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago