# x-iterable-base

> Provides x-iterable class template

Latest version **4.0.1** (published 2018-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install x-iterable-base
pnpm add x-iterable-base
yarn add x-iterable-base
bun add x-iterable-base
```

## 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 | 4.0.1 |
| Published | 2018-01-17 |
| First published | 2016-05-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Hoàng Văn Khải |
| Maintainers | khai96_ |
| Keywords | iterator, lazy, x-iterator, method, extensible, iterable-class-template, iterable-class-methods, map, filter, reduce, for-each |

## Links

- npm: https://www.npmjs.com/package/x-iterable-base
- Repository: https://github.com/ksxnodemodules/x-iterable-base
- Homepage: https://github.com/ksxnodemodules/x-iterable-base#readme
- Issues: https://github.com/ksxnodemodules/x-iterable-base/issues
- npm.io page: https://npm.io/package/x-iterable-base

## Dependencies (2)

- [simple-class-utils](https://npm.io/package/simple-class-utils.md) ^0.3.0
- [simple-function-utils](https://npm.io/package/simple-function-utils.md) ^2.1.2

## Recent versions

- 4.0.1 (latest) — 2018-01-17
- 4.0.0 — 2017-04-07
- 3.0.2 — 2016-09-19
- 3.0.1 — 2016-09-16
- 3.0.0 — 2016-09-16
- 2.1.0 — 2016-09-04
- 2.0.0 — 2016-08-07
- 1.0.2 — 2016-05-06

## README

# x-iterable-base
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![dependencies status](https://david-dm.org/ksxnodemodules/x-iterable-base.svg)](https://david-dm.org/ksxnodemodules/x-iterable-base#info=dependencies)
[![devDependencies status](https://david-dm.org/ksxnodemodules/x-iterable-base/dev-status.svg)](https://david-dm.org/ksxnodemodules/x-iterable-base#info=devDependencies)
[![Travis CI](https://travis-ci.org/ksxnodemodules/x-iterable-base.svg?branch=master)](https://travis-ci.org/ksxnodemodules/x-iterable-base)
![downloads](https://img.shields.io/npm/dt/x-iterable-base.svg)
![version](https://img.shields.io/npm/v/x-iterable-base.svg)
[![license](https://img.shields.io/npm/l/x-iterable-base.svg)](http://spdx.org/licenses/MIT)

## Requirements

  * Node >= 6.0.0

## Features

  * Lazy iterator transforming methods: `map`, `filter`, etc.
  * Provides x-iterable class template

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