io-square-node

0.0.7 • Public • Published

IO^2 for Node JavaScript

IO Monad for NodeJS

Separate pure and impure functions in NodeJS

Install

$ npm install io-square-node --save

Example

const IO = require('io-square-node')
 
IO.get('http://google.com')
      .then(body => {
        console.log(body)
      })

Readme

Keywords

Package Sidebar

Install

npm i io-square-node

Weekly Downloads

2

Version

0.0.7

License

MIT

Last publish

Collaborators

  • santoshrajan