Repository URL to install this package:
|
Version:
0.0.2 ▾
|
import { CalculateShippingTaxType, GeoCodeType } from './typings';
declare const transformGeoCodeData: (response: GeoCodeType) => CalculateShippingTaxType;
export { transformGeoCodeData };