# zeelib

> Util lib

Latest version **14.0.0** (published 2025-11-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install zeelib
pnpm add zeelib
yarn add zeelib
bun add zeelib
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 14.0.0 |
| Published | 2025-11-03 |
| First published | 2016-09-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=24.0.0 |
| Dependencies | 0 |
| Unpacked size | 273.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Autumn Z |
| Maintainers | zautumnz |
| Keywords | lib, library, micro-library, node, util, utility |

## Links

- npm: https://www.npmjs.com/package/zeelib
- Repository: https://github.com/zautumnz/zeelib
- Issues: https://github.com/zautumnz/zeelib/issues
- npm.io page: https://npm.io/package/zeelib

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 14.0.0 (latest) — 2025-11-03
- 13.0.2 — 2025-11-02
- 13.0.1 — 2025-11-02
- 13.0.0 — 2024-06-24
- 12.1.3 — 2024-05-15
- 12.1.2 — 2024-04-18
- 12.1.1 — 2024-01-16
- 12.1.0 — 2024-01-15
- 12.0.2 — 2024-01-15
- 12.0.1 — 2024-01-15
- 12.0.0 — 2024-01-15
- 11.2.0 — 2022-06-04
- 11.1.9 — 2020-12-12
- 11.1.8 — 2020-12-12
- 11.1.7 — 2020-12-04
- … 358 more at https://npm.io/package/zeelib/versions

## README

# zeelib

Utility library in TypeScript, with a focus on Node and FP utils and emphasis on
_not_ rewriting builtin features.

* [Docs](https://zautumnz.github.io/zeelib)
* [npm](https://npmjs.com/package/zeelib)
* [Changes](./CHANGELOG.md)
* [Contributing](./.github/CONTRIBUTING.md)
* [License (MIT)](./LICENSE.md)

----

## Installation

`npm i zeelib`

## Usage

See [the docs](https://zautumnz.github.io/zeelib) for details (generated from
types and comments). Example:


```typescript
import * as z from 'zeelib'

const answer = await z.prompt('Pick a letter')
if (z.isEmpty(answer)) process.exit(1)
```

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