meshtastic/src/utils/swr.ts
2021-12-23 01:42:57 +11:00

2 lines
78 B
TypeScript

export const fetcher = (url: string) => fetch(url).then((res) => res.json());