UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 139 B
export const safeResJson = (res) => { if (res.ok) { return res.json(); } throw new Error('Internal server error!'); };