From d75bed0da1d79049426bb0c6fcb5710ae1034a2d Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 14 Mar 2020 11:07:56 +1300 Subject: [PATCH] chore: Correctly import typings Signed-off-by: Richie Bendall --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index 236316e..5362539 100644 --- a/index.d.ts +++ b/index.d.ts @@ -9,8 +9,8 @@ /// -import {Agent} from 'http'; -import {AbortSignal} from '../externals'; +import { Agent } from 'http'; +import { AbortSignal } from './externals'; export class Request extends Body { method: string;