# @keg-hub/jsutils

> Keg common javascript utils

Latest version **10.0.0** (published 2023-12-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @keg-hub/jsutils
pnpm add @keg-hub/jsutils
yarn add @keg-hub/jsutils
bun add @keg-hub/jsutils
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 10.0.0 |
| Published | 2023-12-26 |
| First published | 2020-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | lancetipton |
| Maintainers | lktipton |
| Keywords | keg, keg-hub, utils, helpers |

## Links

- npm: https://www.npmjs.com/package/@keg-hub/jsutils
- Repository: https://github.com/keg-hub/keg-hub
- Homepage: https://github.com/keg-hub/keg-hub#readme
- Issues: https://github.com/keg-hub/keg-hub/issues
- npm.io page: https://npm.io/package/@keg-hub/jsutils

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 10.0.0 (latest) — 2023-12-26
- 9.10.0 — 2023-11-20
- 9.9.0 — 2023-11-20
- 9.8.3 — 2023-08-23
- 9.8.2 — 2023-08-22
- 9.8.1 — 2023-08-22
- 9.8.0 — 2023-08-20
- 9.7.8 — 2023-08-10
- 9.7.7 — 2023-08-10
- 9.7.6 — 2023-08-10
- 9.7.5 — 2023-08-10
- 9.7.4 — 2023-08-10
- 9.7.2 — 2023-08-10
- 9.7.1 — 2023-08-09
- 9.7.0 — 2023-08-09
- … 33 more at https://npm.io/package/@keg-hub/jsutils/versions

## README

# @keg-hub/jsutils
A utility library for commonly used helper methods. Similar to lodash, underscore, etc...
See docs at [https://keg-hub.github.io/jsutils](https://keg-hub.github.io/jsutils/)

## Add to your project
```js
  yarn add @keg-hub/jsutils
  npm install @keg-hub/jsutils
```

## Usage
```js
  // * Import the whole lib
  import { capitalize } from '@keg-hub/jsutils'

  // Or only the methods you need
  import { capitalize } from '@keg-hub/jsutils/capitalize'

  // * Or require code
  const { capitalize } = require('@keg-hub/jsutils')
  const { capitalize } = require('@keg-hub/jsutils/capitalize')

```

---
_Source: https://npm.io/package/@keg-hub/jsutils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
