UNPKG
tss-react-v18-peer-testing
Version:
latest (3.6.1)
3.6.1
3.6.0
makeStyles is dead, long live makeStyles!
www.tss-react.dev
garronej/tss-react
tss-react-v18-peer-testing
/
dist
/
tools
/
typeGuard.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
/** https://docs.tsafe.dev/typeguard */
export
declare
function
typeGuard
<
T
>(
_value: any, isMatched:
boolean
):
_value
is
T
;