isGroup function presentation

Last updated: 2026-03-04T23:21:38.427Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

isGroup(entry: SelectEntry): : entry is SelectOptionGroup

Source Code

function isGroup(entry: SelectEntry): entry is SelectOptionGroup {
  return "groupLabel" in entry;
}

No outgoing dependencies.

No incoming dependencies.