@stephen-shopopop/node-metrics
    Preparing search index...

    Type Alias PluginCapture<T>

    PluginCapture: (value: T) => void

    Represents a function that captures or processes a value of type T.

    Type Parameters

    • T

      The type of value to be captured.

    Type declaration

      • (value: T): void
      • Parameters

        • value: T

          The value to be captured or processed.

        Returns void