enable type check for d.ts files (#1569)

This commit is contained in:
Mikhail Shustov
2021-10-20 09:00:30 +02:00
committed by GitHub
parent 0e35840e1b
commit 875f969ef8
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ if (transportVersion.includes('-')) {
}
const nodeVersion = process.versions.node
interface NodeOptions {
export interface NodeOptions {
url: URL
id?: string
agent?: HttpAgentOptions | UndiciAgentOptions