mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Webpack Definition: Fix typo in comment
This commit is contained in:
Vendored
+1
-1
@@ -168,7 +168,7 @@ declare namespace webpack {
|
||||
* <li>"commonjs2" - Export by setting module.exports: module.exports = xxx</li>
|
||||
* <li>"amd" - Export to AMD (optionally named)</li>
|
||||
* <li>"umd" - Export to AMD, CommonJS2 or as property in root</li>
|
||||
* <li>"window" - Assign to widnow</li>
|
||||
* <li>"window" - Assign to window</li>
|
||||
* <li>"assign" - Assign to a global variable</li>
|
||||
* <li>"jsonp" - Generate Webpack JSONP module<li>
|
||||
* </ul>
|
||||
|
||||
Reference in New Issue
Block a user