Skip to content
Rolldown
Search
Main Navigation
Docs
Guide
In-Depth
Glossary
Options & APIs
REPL
Resources
Team
Contribute
Roadmap
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /reference/TypeAlias.WarningHandlerWithDefault.md for this page in Markdown format
Type Alias: WarningHandlerWithDefault()
Type
:
WarningHandlerWithDefault
= (
warning
,
defaultHandler
) =>
void
Defined in:
log/log-handler.ts:51
Parameters
warning
RollupLog
defaultHandler
LoggingFunction
Returns
void