UNPKG

ken-all

Version:

Ken All は、郵便番号で住所を検索できる npm パッケージです。

5 lines 202 B
var fetchCsv = function (postCodeFront) { return fetch("https://ken-all.numb86.net/csv/" + postCodeFront + ".csv", { mode: 'cors' }); }; export default fetchCsv; //# sourceMappingURL=fetchCsv.js.map