UNPKG
@darwish/is
Version:
latest (0.0.4)
0.0.4
0.0.3
@darwish/is
/
esm
/
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;