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
/
assert.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
/** https://docs.tsafe.dev/assert */
export
declare
function
assert(
condition
:
any
, msg?: string): asserts
condition
;