Skip to content

@jsvision/i18n / DiagnosticSink

Type Alias: DiagnosticSink

DiagnosticSink = (diagnostic) => void

Defined in: types.ts:141

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

Parameters

diagnostic

I18nDiagnostic

Returns

void