Appearance
@shbernal/ts-pptx / index / DiagnosticHandler
Type Alias: DiagnosticHandler
DiagnosticHandler = (
diagnostic) =>void
Defined in: src/diagnostics.ts:34
Receives every Diagnostic the library emits. See setDiagnosticHandler.
Parameters
diagnostic
Returns
void