update type.d.ts by special-lint-fix

This commit is contained in:
Asriel Yu 2022-01-17 14:06:13 +08:00 committed by GitHub
parent 96da766002
commit f0a8664895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
types.d.ts vendored
View File

@ -6315,7 +6315,6 @@ declare interface LoaderRunnerLoaderContext<OptionsType> {
/**
* An array of all the loaders. It is writeable in the pitch phase.
* loaders = [{request: string, path: string, query: string, module: function}]
*
* In the example:
* [
* { request: "/abc/loader1.js?xyz",