# cou

> Core Util Javascript Lib

Latest version **1.4.0** (published 2017-06-28) · ISC license · 0 weekly downloads

## Install

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

## 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.4.0 |
| Published | 2017-06-28 |
| First published | 2015-06-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | chunpu |
| Maintainers | ftft1885 |
| Keywords | util, lib |

## Links

- npm: https://www.npmjs.com/package/cou
- Repository: https://github.com/chunpu/cou
- Homepage: https://github.com/chunpu/cou#readme
- Issues: https://github.com/chunpu/cou/issues
- npm.io page: https://npm.io/package/cou

## Dependencies (1)

- [min-is](https://npm.io/package/min-is.md) latest

## 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

- 1.4.0 (latest) — 2017-06-28
- 1.3.0 — 2017-01-13
- 1.2.0 — 2015-08-04
- 1.1.0 — 2015-07-21
- 1.0.12 — 2015-07-08
- 1.0.11 — 2015-07-08
- 1.0.9 — 2015-07-02
- 1.0.8 — 2015-07-01
- 1.0.7 — 2015-06-29
- 1.0.6 — 2015-06-11
- 1.0.4 — 2015-06-10
- 1.0.1 — 2015-06-09
- 1.0.0 — 2015-06-09

## README

cou
===

[![Build status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-image]][david-url]
[npm-image]: https://img.shields.io/npm/v/cou.svg?style=flat-square
[npm-url]: https://npmjs.org/package/cou
[downloads-image]: http://img.shields.io/npm/dm/cou.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/cou
[david-image]: http://img.shields.io/david/chunpu/cou.svg?style=flat-square
[david-url]: https://david-dm.org/chunpu/cou

[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]

Core Util Javascript Lib

Installation
---

```sh
npm i cou
```

Usage
---

```js
var _ = require('min-util')
```

#### Type Check

`_.is` equals [min-is](https://github.com/chunpu/min-is)

```js
assert(_.is.arraylike({0: 'foo', length: 1}))
```

#### Core Util Function

- `_.extend` same as `_.assign`
- `_.each`
- `_.map`
- `_.filter`
- `_.some`
- `_.every`
- `_.reduce`
- `_.findIndex`
- `_.find`
- `_.indexOf`
- `_.toArray`
- `_.size`
- `_.has`
- `_.includes`
- `_.slice`
- `_.negate`
- `_.keys`
- `_.forIn`
- `_.trim`
- `_.noop`
- `_.len` return length of object, unofficial


Support
---

- all browsers even `IE6+`
- node.js

License
---

[![License][license-image]][license-url]

[travis-image]: https://img.shields.io/travis/chunpu/cou.svg?style=flat-square
[travis-url]: https://travis-ci.org/chunpu/cou
[coveralls-image]: https://img.shields.io/coveralls/chunpu/cou/gh-pages.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/chunpu/cou
[gittip-image]: https://img.shields.io/gittip/chunpu.svg?style=flat-square
[gittip-url]: https://www.gittip.com/chunpu/
[license-image]: http://img.shields.io/npm/l/cou.svg?style=flat-square
[license-url]: #

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