Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typings for horizon #684

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Next Next commit
added horizon typing
**Typings URL:** https://github.com/beenotung/typed-horizon

**Questions (for new typings):**

* [x] Does the README explain the purpose of the typings and have a link
to the JavaScript project?
* [ ] Do the typings follow the source structure (e.g. `index.js` <->
`index.d.ts`)?
no, the typing is in a single file
* [x] Are they external or global modules according the source (e.g. see
README sources)?
they are global modules
  • Loading branch information
beenotung committed Aug 12, 2016
commit e5f131a8b50320c03e9d2e88584026f5bb300502
5 changes: 5 additions & 0 deletions global/horizon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"versions": {
"1.0.0": "github:beenotung/typed-horizon#d1ddd9c70ef452116c025a25f99c6067733e0cbb"
}
}