0.1.2 • Published 7 years ago

typestub-googlemap v0.1.2

Weekly downloads
11
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.1.2

7 years ago

0.1.0

7 years ago

0.1.1

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago