0.2.1 • Published 7 years ago

typestub-horizon-client v0.2.1

Weekly downloads
17
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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();
0.2.1

7 years ago

0.2.0

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago