# obj-chain-core

> fluent chaining for obj with dot-prop access

Latest version **0.0.9** (published 2017-05-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install obj-chain-core
pnpm add obj-chain-core
yarn add obj-chain-core
bun add obj-chain-core
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2017-05-03 |
| First published | 2017-04-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | James |
| Maintainers | aretecode |
| Keywords | config, json, obj, fluent, chain, chainable, fliphub |

## Links

- npm: https://www.npmjs.com/package/obj-chain-core
- Repository: https://github.com/aretecode/obj-chain
- Homepage: https://github.com/aretecode/obj-chain#readme
- Issues: https://github.com/aretecode/obj-chain/issues
- npm.io page: https://npm.io/package/obj-chain-core

## Dependencies (4)

- [to-arr](https://npm.io/package/to-arr.md) *
- [fliplog](https://npm.io/package/fliplog.md) *
- [flipchain](https://npm.io/package/flipchain.md) *
- [likeaboss](https://npm.io/package/likeaboss.md) *

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.0.9 (latest) — 2017-05-03
- 0.0.8 — 2017-05-03
- 0.0.7 — 2017-05-02
- 0.0.5 — 2017-05-02
- 0.0.6 — 2017-05-02
- 0.0.4 — 2017-04-30
- 0.0.3 — 2017-04-30

## README

# ⛓ obj-chain

> fluent chaining for obj with dot-prop access

[![NPM version][obj-chain-npm-image]][obj-chain-npm-url]
[![MIT License][license-image]][license-url]
[![fliphub][gitter-badge]][gitter-url]
[![flipfam][flipfam-image]][flipfam-url]

[obj-chain-npm-image]: https://img.shields.io/npm/v/obj-chain.svg
[obj-chain-npm-url]: https://npmjs.org/package/obj-chain
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: https://spdx.org/licenses/MIT
[gitter-badge]: https://img.shields.io/gitter/room/fliphub/pink.svg
[gitter-url]: https://gitter.im/fliphub/Lobby
[flipfam-image]: https://img.shields.io/badge/%F0%9F%8F%97%20%F0%9F%92%A0-flipfam-9659F7.svg
[flipfam-url]: https://www.npmjs.com/package/flipfam

## 📦 usage
```bash
yarn add obj-chain
npm i obj-chain --save
```

```js
const ObjChain = require('obj-chain')
```

## 📘 examples

todo

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