UNPKG

rc-util

Version:
5 lines (4 loc) 132 B
/** * Compatible with React 18 or 19 to check if node is a Fragment. */ export default function isFragment(object: any): boolean;