UNPKG

sid-address-verification-react-native

Version:
6 lines 395 B
import { GOOGLE_PLACES_KEY } from '@env'; declare const GOOGLE_PLACES_BASE_URL = "https://maps.googleapis.com/maps/api/place"; declare const debounce: (func: Function, delay: number) => (...args: any[]) => void; declare const generateSessionToken: () => string; export { GOOGLE_PLACES_BASE_URL, GOOGLE_PLACES_KEY, debounce, generateSessionToken, }; //# sourceMappingURL=helper_functions.d.ts.map