keywee
TypeScript icon, indicating that this package has built-in type declarations

1.12.0 • Public • Published

🥝 KeyWee

Yet another performant utility library

Package version Package downloads Package license Continuous Integrations Package tree-shaking Package types Package minified size Package dependency count

Banner

Documentation


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.

Package Sidebar

Install

npm i keywee

Weekly Downloads

0

Version

1.12.0

License

MIT

Unpacked Size

315 kB

Total Files

293

Last publish

Collaborators

  • zignis