UNPKG

@aeternity/aepp-calldata

Version:
10 lines (7 loc) 191 B
import InternalError from '../Errors/InternalError.js' const assert = (condition, message) => { if (!condition) { throw new InternalError(message) } } export default assert