Skip to content

@jsvision/ui / DiagnosticSink

Type Alias: DiagnosticSink

DiagnosticSink = (diagnostic) => void

Defined in: i18n/dist/types.d.ts:108

Receives each new deduplicated diagnostic after it enters the bounded store.

Parameters

diagnostic

I18nDiagnostic

Returns

void