UNPKG

google-place-search

Version:
7 lines (6 loc) 216 B
declare const defaultClient: ({ method, path, query, }: { method: string | undefined; path?: string | undefined; query: object; }) => Promise<import("node-fetch").Response>; export default defaultClient;