UNPKG
@darwish/utils-core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
@darwish/utils-core
/
lib
/
is
/
isJSX.d.ts
4 lines
(3 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
declare
const
isJSX
:
(
value
:
unknown
) =>
value is
JSX
.
Element
;
export
default
isJSX;