0.0.6 • Published 6 years ago

tchain v0.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

TChainJs

一个微型的异步迭代器类库,使用链式调用的方式,以同步的逻辑编写异步代码。

Install

npm i --save tchain

Use

import Chain from 'tchain';

const chain = new Chain()

chain.send(1)
  .subscribe(data => {
    console.log(data)
  })
  .start();

Documentation

https://legacy.gitbook.com/book/taifu5522/chainjs-documentation/details

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago