Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 582 Bytes

@types/google__map

Build Status Greenkeeper badge

The type definition for @google/maps

LICENSE

MIT

Quickstart

installiation: npm install @types/google__maps

To use it in typeScript files: import { GoogleMapsClient } from '@google/maps';

Contributing

# Fork this repo
npm install

npm run watch