mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 09:02:09 +08:00
* fix(webpack): add missing possible 'entry' types resolves #19972 * style(webpack): fix spacing * style(webpack): add parentheses I've added parentheses around the return type of `EntryFunc` to clarify the correct type is `() => (...types)` not `(() => string) | ...types`