typestub-horizon-client
v0.2.1
Published
source: https://github.com/beenotung/typed-horizon
Downloads
9
Readme
TypeStub for @horizon/client
source: https://github.com/beenotung/typed-horizon
TL;DL
It is hard to use typings with Ionic2 (Angular2), this repo try to fix it (or workaround with it).
Example
import * as Horizon from "@horizon/client/dist/horizon";
import * as typeStubHorizon from "../lib/typeStub-horizon-client/index";
let hz:typeStubHorizon.Horizon = Horizon();
hz.onReady(()=>console.log('ready'));
hz.connect();