UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 217 B
interface RequestOptions { method: 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'GET'; body?: BodyInit; } declare function PHXFetchAPI(url: string, options: RequestOptions): Promise<any>; export default PHXFetchAPI;