mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
2 lines
78 B
TypeScript
2 lines
78 B
TypeScript
export const fetcher = (url: string) => fetch(url).then((res) => res.json());
|