Link previews: clean up AbortSignal types

This commit is contained in:
Evan Hahn 2021-06-08 15:55:37 -05:00 committed by GitHub
parent fd579d62e4
commit e4a632f601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 8 deletions

View file

@ -10,7 +10,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import fetch, { Response } from 'node-fetch';
import { AbortSignal } from 'abort-controller';
import ProxyAgent from 'proxy-agent';
import { Agent } from 'https';
import pProps from 'p-props';