79121321

Date: 2024-10-24 09:47:46
Score: 1
Natty:
Report link

function isFragment(NodeType) {
    const isSymbol = typeof NodeType === 'symbol'
    if (isSymbol && NodeType.toString() === 'Symbol(react.fragment)') {
      return true
    }

    return false
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bel7aG