typestub-googlemap
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i typestub-googlemap

Weekly Downloads

1

Version

0.1.2

License

BSD-3-Clause

Last publish

Collaborators

  • beenotung