UNPKG

authentification-redux-lib

Version:

library for authentification with react redux typescript

3 lines (2 loc) 157 B
export declare const api = "http://localhost:8080"; export declare const apiCall: (method: string, url: string, path: string, data?: any) => Promise<any>;