From 726815451036c5336e1fc3ebebe1badf938935e1 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 13 Sep 2021 15:56:54 -0500 Subject: [PATCH] remove triple-slash directives from typings #1285 --- @types/index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/@types/index.d.ts b/@types/index.d.ts index 9854261f2..62d35d0a2 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -1,6 +1,3 @@ -/// -/// - import {Agent} from 'http'; type AbortSignal = {