macoolka-stream
Version:
`macoolka-stream` is a library contains common stream functions.
49 lines (32 loc) • 1.28 kB
Markdown
<p align="center">
Common Stream Functions in TypeScript
</p>
<p align="center">
<a href="https://travis-ci.org/macoolka/macoolka-stream">
<img src="https://img.shields.io/travis/macoolka/macoolka-stream/master.svg?style=flat-square" alt="build status" height="20">
</a>
<a href="https://david-dm.org/macoolka-stream">
<img src="https://img.shields.io/david/macoolka/macoolka-stream.svg?style=flat-square" alt="dependency status" height="20">
</a>
<a href="https://www.npmjs.com/package/macoolka-stream">
<img src="https://img.shields.io/npm/dm/macoolka-stream.svg" alt="npm downloads" height="20">
</a>
</p>
# Common Object Functions in TypeScript
`macoolka-stream` is a library contains common stream functions.
**Table of contents**
- [Installation](#installation)
- [Documentation](#documentation)
- [License](#license)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Installation
To install the stable version:
```
npm install macoolka-stream
```
# Documentation
- [Docs](https://macoolka.github.io/macoolka-stream)
- [API Reference](https://macoolka.github.io/macoolka-stream/docs/Modules)
- [API Reference (中文)](https://macoolka.github.io/macoolka-stream/docs/模块)
# License
The MIT License (MIT)