arrows

helps user apply transformations over domains from yaml

Usage no npm install needed!

<script type="module">
  import arrows from 'https://cdn.skypack.dev/arrows';
</script>

README

arrows

Use javascript in yaml.

expression: |
    (x,y) => x + y

lambda: |
    |x,y|
    var z = x + y;
    return x + y;

Install

npm install arrows

API

var arrows = require("arrows");
arrows.compile(text);

Use Case

See Also