From bcfb71c7d10da252280d13818daab6925e12c368 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 13 Jul 2022 13:39:44 -0500 Subject: [PATCH] chore: remove triple-slash directives from typings (#1285) (#1287) --- @types/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/@types/index.d.ts b/@types/index.d.ts index 2a482f612..2374801f6 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -1,5 +1,4 @@ /// -/// import {RequestOptions} from 'http'; import {FormData} from 'formdata-polyfill/esm.min.js';