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.d.ts
3 lines
(2 loc)
•
95 B
TypeScript
View Raw
1
2
3
declare
const
fetchCsv
:
(
postCodeFront
:
string
) =>
Promise
<
Response
>;
export
default
fetchCsv;