UNPKG

vue-thailand-address

Version:
12 lines 451 B
import AddressEntry from '../../types/AddressEntry'; /** * Preprocess data from JSON database. * * @author earthchie * @see https://github.com/earthchie/jquery.Thailand.js/blob/master/jquery.Thailand.js/src/jquery.Thailand.js * @exports * @param {any} data Data from JSON database. * @returns {AddressEntry[]} Processed data. */ export default function preprocess(data: any): AddressEntry[]; //# sourceMappingURL=preprocess.d.ts.map