@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface DiagnosticsListener

    Receives diagnostics without requiring event allocation when omitted.

    interface DiagnosticsListener {
        onDiagnostic(diagnostic: Diagnostic): void;
    }
    Index