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
- Host: GitHub
- URL: https://github.com/beenotung/typed-horizon
- Owner: beenotung
- License: other
- Created: 2016-08-12T14:49:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T11:49:45.000Z (over 8 years ago)
- Last Synced: 2025-01-01T05:42:03.072Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typed Horizon (deprecated) [](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 installnpm 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