UNPKG

@overgold/light-client

Version:

## Установка переменных

8 lines (7 loc) 181 B
declare module 'axios' { interface AxiosRequestConfig { authorization?: boolean; } } declare const httpClient: import("axios").AxiosInstance; export { httpClient };