mjs-sys 0.1.2

Rust mJS Bindings
Documentation
1
2
3
4
let x = 1;
let y = x++;
if (x > 0) x++;
x === 3 && y === 1 && !'' === true && !!'' === false;