chore: Correctly import typings

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-03-14 11:07:56 +13:00
parent b44c29521d
commit d75bed0da1
No known key found for this signature in database
GPG Key ID: 94AE1ACB662A2A6D
1 changed files with 2 additions and 2 deletions

4
index.d.ts vendored
View File

@ -9,8 +9,8 @@
/// <reference types="node" />
import {Agent} from 'http';
import {AbortSignal} from '../externals';
import { Agent } from 'http';
import { AbortSignal } from './externals';
export class Request extends Body {
method: string;