English
Appearance
Throws an error when the input value is not true, the second argument is the error message.
true
import { assert } from 'rattail' const count = 99 assert(count < 100, 'error message')
condition
boolean
message
string