UNPKG
@rc-component/util
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Common Utils For React Component
github.com/react-component/util
react-component/util
@rc-component/util
/
lib
/
React
/
isFragment.d.ts
5 lines
(4 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
/** * Compatible with React 18 or 19 to check if node is a Fragment. */
export
default
function
isFragment
(object: any)
: boolean;