utils • Docs
near-sdk-js v2.0.0 / utils / assert
assert(expression, message): asserts expression
expression
message
asserts expression
Asserts that the expression passed to the function is truthy, otherwise throws a new Error with the provided message.
• expression: unknown
unknown
The expression to be asserted.
• message: string
string
The error message to be printed.
packages/near-sdk-js/src/utils.ts:58arrow-up-right
Last updated 1 year ago