@effectful/js

1.4.9 • Public • Published

@effectful/js

A babel plugin implementing single level computational effects syntax.

Usage

Install the plugin:

$ npm install --save-dev @effectful/js

Instal some custom computational effects runtime library, say "my-rt".

Specify the plugin plugins field of ".babelrc", or using any other way babel supports.

For example:

{
  "plugins": [["@effectful/js",{"importRT":"my-rt"}],"env"]
}

LICENSE

Distributed under the terms of The MIT License (MIT).

/@effectful/js/

    Package Sidebar

    Install

    npm i @effectful/js

    Weekly Downloads

    124

    Version

    1.4.9

    License

    MIT

    Unpacked Size

    2.79 kB

    Total Files

    7

    Last publish

    Collaborators

    • effectful