@googlemaps/addressvalidation
Version:
12 lines (11 loc) • 401 B
TypeScript
import * as v1 from './v1';
declare const AddressValidationClient: typeof v1.AddressValidationClient;
type AddressValidationClient = v1.AddressValidationClient;
export { v1, AddressValidationClient };
declare const _default: {
v1: typeof v1;
AddressValidationClient: typeof v1.AddressValidationClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };