Skip to content

@shbernal/ts-pptx


@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

Diagnostic

Returns

void