# fast-zipobject

Latest version **0.1.2** (published 2021-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install fast-zipobject
pnpm add fast-zipobject
yarn add fast-zipobject
bun add fast-zipobject
```

## Health

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

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

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2021-04-03 |
| First published | 2021-04-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 21.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | iliasbhal |
| Maintainers | iliasbhal |

## Links

- npm: https://www.npmjs.com/package/fast-zipobject
- Repository: https://github.com/iliasbhal/fast-zipobject
- npm.io page: https://npm.io/package/fast-zipobject

## Recent versions

- 0.1.2 (latest) — 2021-04-03
- 0.1.1 — 2021-04-01
- 0.1.0 — 2021-04-01

## README

# :package: :sparkles: fast-zipobject

<p>
  <a href="https://www.npmjs.com/package/fast-zipobject"><img src="https://badge.fury.io/js/fast-zipobject.svg" alt="npm version"></a>
  <a href="https://www.npmjs.com/package/fast-zipobject"><img src="https://img.shields.io/npm/dw/fast-zipobject" alt="downloads per week"></a>
  <a href="https://bundlephobia.com/result?p=fast-zipobject"><img src="https://img.shields.io/bundlephobia/min/fast-zipobject" alt="bundle size"></a>
  <a href="https://github.com/iliasbhal/fast-zipobject/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="fast-zipobject is released under the MIT license." />
  </a>
</p>

## Installation
```bash
yarn add fast-zipobject
```
## Example

Simply call the function like you normally would using lodash.
The function expect two arrays: one of property identifiers and one of corresponding values

```tsx
import fastZipObject from 'fast-zipobject';

const obj = fastZipObject(['a', 'b'], [1, 2]);
// => { 'a': 1, 'b': 2 }
```

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