Member Junction
    Preparing search index...
    • Picks the value of the most specific key in map that matches processId. 'cli:sync' beats 'cli' beats '*'. Returns undefined when nothing matches.

      Type Parameters

      • T

      Parameters

      • processId: string
      • map: Record<string, T> | null | undefined

      Returns T | undefined