mirror of https://github.com/webpack/webpack.git
chore: update types
This commit is contained in:
parent
774a39fef4
commit
45df4b58c6
|
@ -9693,6 +9693,11 @@ declare interface PitchLoaderDefinitionFunction<
|
|||
): string | void | Buffer | Promise<string | Buffer>;
|
||||
}
|
||||
type Plugin =
|
||||
| undefined
|
||||
| null
|
||||
| false
|
||||
| ""
|
||||
| 0
|
||||
| { apply: (arg0: Resolver) => void }
|
||||
| ((this: Resolver, arg1: Resolver) => void);
|
||||
declare interface PnpApiImpl {
|
||||
|
|
Loading…
Reference in New Issue