# fairmont-helpers

> Functional helpers for arrays, objects, strings, and types

Latest version **3.3.2** (published 2017-12-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install fairmont-helpers
pnpm add fairmont-helpers
yarn add fairmont-helpers
bun add fairmont-helpers
```

## 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 | 3.3.2 |
| Published | 2017-12-23 |
| First published | 2015-07-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | dyoder, f1337, pandanick, pandastrike |

## Links

- npm: https://www.npmjs.com/package/fairmont-helpers
- Repository: https://github.com/pandastrike/fairmont-helpers
- Homepage: https://github.com/pandastrike/fairmont-helpers#readme
- Issues: https://github.com/pandastrike/fairmont-helpers/issues
- npm.io page: https://npm.io/package/fairmont-helpers

## Dependencies (2)

- [fairmont-core](https://npm.io/package/fairmont-core.md) ^2.1.2
- [fairmont-multimethods](https://npm.io/package/fairmont-multimethods.md) ^2.0.2

## Recent versions

- 3.3.2 (latest) — 2017-12-23
- 3.3.1 — 2017-12-23
- 3.3.0 — 2017-12-23
- 3.2.0 — 2017-12-23
- 3.1.0 — 2017-12-22
- 3.0.2 — 2017-12-12
- 3.0.1 — 2017-12-12
- 3.0.0 — 2017-12-09
- 2.0.1 — 2017-03-16
- 2.0.0 — 2017-02-06
- 1.2.2 — 2016-06-23
- 1.2.1 — 2016-06-23
- 1.2.0 — 2016-06-10
- 1.1.2 — 2016-05-04
- 1.1.1 — 2016-05-01
- … 15 more at https://npm.io/package/fairmont-helpers/versions

## README

[![Build Status](https://travis-ci.org/pandastrike/fairmont-helpers.svg)](https://travis-ci.org/pandastrike/fairmont-helpers)

# Fairmont-Helpers

Fairmont-Helpers is a JavaScript library providing a variety of helper functions for dealing with everything from Arrays to Promises in a functional style.
It's part of the [Fairmont][] library.
You can use it by itself, or simply as part of the [Fairmont][] library.

## Installation

`npm install fairmont-helpers`

## Documentation

Check out the [wiki][] for an getting started guides, tutorials, and reference documentation.

## Status

[Fairmont][] is still under heavy development and is `beta` quality, meaning you should probably not use it in your production code.

## Roadmap

You can get an idea of what we're planning by looking at the [issues list][tickets]. If you want something that isn't there, and you think it would be a good addition, please open a ticket.

[tickets]:https://github.com/pandastrike/fairmont/issues
[Fairmont]:https://github.com/pandastrike/fairmont
[wiki]:https://github.com/pandastrike/fairmont/wiki

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