@googlemaps/places
Version:
Places API (New) client for Node.js
12 lines (11 loc) • 324 B
TypeScript
import * as v1 from './v1';
declare const PlacesClient: typeof v1.PlacesClient;
type PlacesClient = v1.PlacesClient;
export { v1, PlacesClient };
declare const _default: {
v1: typeof v1;
PlacesClient: typeof v1.PlacesClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };