Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxsmnsyc/rx-ts-lua

ReactiveX for TypeScriptLua
https://github.com/lxsmnsyc/rx-ts-lua

reactive-extensions reactive-streams reactivex

Last synced: 2 days ago
JSON representation

ReactiveX for TypeScriptLua

Awesome Lists containing this project

README

        

# rx-ts-lua
ReactiveX for TypeScriptLua

## Install

Yarn
```bash
yarn add rx-ts-lua
```

NPM
```bash
npm i rx-ts-lua
```

## Usage

### Loading module
Note: I recommend using the `node-resolve-lua` package for loading Lua modules from Node-installed modules.

```lua
local rx = require('rx-ts-lua')
```