UNPKG
ken-all
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Ken All は、郵便番号で住所を検索できる npm パッケージです。
github.com/numb86/ken-all
numb86/ken-all
ken-all
/
esm
/
fetchCsv.js
5 lines
•
202 B
JavaScript
View Raw
1
2
3
4
5
var
fetchCsv =
function
(
postCodeFront
) {
return
fetch
(
"https://ken-all.numb86.net/csv/"
+ postCodeFront +
".csv"
, {
mode
:
'cors'
}); };
export
default
fetchCsv;
//# sourceMappingURL=fetchCsv.js.map