mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Removing Promise from axios typings in favor of built-in type declarations
This commit is contained in:
@@ -10,8 +10,6 @@ import axios, {
|
||||
Canceler
|
||||
} from '../../';
|
||||
|
||||
import { Promise } from 'es6-promise';
|
||||
|
||||
const config: AxiosRequestConfig = {
|
||||
url: '/user',
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user