README
Common and generic expressions and operations for OpenFn.
Development
Clone the repo, run npm install
.
Run tests using npm run test
or npm run test:watch
Build the project using make
.
Common Expressions for OpenFn
<script type="module">
import openfnLanguageCommon from 'https://cdn.skypack.dev/@openfn/language-common';
</script>
Common and generic expressions and operations for OpenFn.
Clone the repo, run npm install
.
Run tests using npm run test
or npm run test:watch
Build the project using make
.