UNPKG

95 BTypeScriptView Raw
1declare const fetchCsv: (postCodeFront: string) => Promise<Response>;
2export default fetchCsv;