chore: remove triple-slash directives from typings (#1285) (#1287)

This commit is contained in:
Mike 2022-07-13 13:39:44 -05:00 committed by GitHub
parent 95165d5480
commit bcfb71c7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
@types/index.d.ts vendored
View File

@ -1,5 +1,4 @@
/// <reference types="node" />
/// <reference lib="dom" />
import {RequestOptions} from 'http';
import {FormData} from 'formdata-polyfill/esm.min.js';