typestub-googlemap

source: https://github.com/beenotung/typed-horizon


Keywords
google map, googlemap, typedef, typestub
License
BSD-3-Clause
Install
npm install typestub-googlemap@0.1.2

Documentation

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