UNPKG

@as-pect/assembly

Version:

Write AssemblyScript tests at blazing fast speeds

4 lines (3 loc) 110 B
export function assert(condition: i32, message: string): void { if (!condition) throw new Error(message); }