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

https://github.com/beenotung/typed-horizon

RethinkDB Horizon Typescript typings
https://github.com/beenotung/typed-horizon

Last synced: 8 months ago
JSON representation

RethinkDB Horizon Typescript typings

Awesome Lists containing this project

README

          

# Typed Horizon (deprecated) [![Build Status](https://travis-ci.org/beenotung/typed-horizon.svg?branch=master)](https://travis-ci.org/beenotung/typed-horizon)

The type definition for [`horizon`](https://github.com/rethinkdb/horizon.git)

Moved to [typeStub-horizon-client](https://github.com/beenotung/typeStub-horizon-client)

## LICENSE

BSD-2-Clause-FreeBSD

## Contributing

```sh
# Fork this repo, then
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish
```

## Updating

Update `typings.json/version` to match the source version you are typing against.
e.g. if you are creating typings for `chai@3.5.0`, then:

```js
// typings.json
{
"version": "3.5.0"
// ...
}
```

----

Generated by [`generator-typings`](https://github.com/typings/generator-typings) 1.0.12