2
0
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:
Nick Uraltsev
2017-03-14 19:23:05 -07:00
parent fe810b1e3c
commit 3704d57ed4
5 changed files with 8 additions and 19 deletions
-2
View File
@@ -10,8 +10,6 @@ import axios, {
Canceler
} from '../../';
import { Promise } from 'es6-promise';
const config: AxiosRequestConfig = {
url: '/user',
method: 'get',