0.2.1 • Published 6 years ago

typestub-horizon-client v0.2.1

Weekly downloads
17
License
BSD-3-Clause
Repository
github
Last release
6 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

6 years ago

0.2.0

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago