This commit is contained in:
Sean Larkin 2023-05-16 15:01:53 +00:00
parent 9a26aa097a
commit ffb6baa395
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ or [check out the issues on the documentation website's repository](https://gith
webpack is statically typed using JSDoc annotation and TypeScript. If you would like to export a new type which doesn't belong to a public API, then you can do so by declaring it in `webpack/lib/index.js`.
`webpack/lib/index.js`
```js
/** @typedef {import("./NormalModuleFactory").ResolveData} ResolveData */
```