uttr-js
v1.0.5
Published
Uttr-js is an altjs.
Downloads
2
Readme
uttr-js
Uttr-js is an altjs.
Language specification is here.
Usage with webpack and uttr-loader
You can use uttr-loader as webpack loader.
foo.uttr:
bar(x) = x + 1
index.js:
const {bar} = require('foo.uttr');
console.log(bar(1)); // => 2