# @f/map-obj

> Map for objects.

Latest version **1.2.2** (published 2016-01-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/map-obj
pnpm add @f/map-obj
yarn add @f/map-obj
bun add @f/map-obj
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2016-01-10 |
| First published | 2015-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/map-obj
- Repository: https://github.com/micro-js/map-obj
- Homepage: https://github.com/micro-js/map-obj#readme
- Issues: https://github.com/micro-js/map-obj/issues
- npm.io page: https://npm.io/package/@f/map-obj

## Recent versions

- 1.2.2 (latest) — 2016-01-10
- 1.2.1 — 2015-12-16
- 1.2.0 — 2015-12-16

## README

# map-obj

[![Build status][travis-image]][travis-url]
[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

Map for objects.

## Installation

    $ npm install @f/map-obj

## Usage

```js
var mapObj = require('@f/map-obj')

mapObj(addOne, {a: 1, b: 2}) // => {a: 2, b: 3}

function addOne (v) {
  return v + 1
}

```

## API

### mapObj(fn, obj)

- `fn` - map function
- `obj` - obj to map over

**Returns:** mapped object

## License

MIT

[travis-image]: https://img.shields.io/travis/micro-js/map-obj.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/map-obj
[git-image]: https://img.shields.io/github/tag/micro-js/map-obj.svg
[git-url]: https://github.com/micro-js/map-obj
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/map-obj.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/map-obj

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