1.3.0 • Published 8 years ago

elista v1.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Elista Build Status Coverage

bindable functions for the es7 :: operator.

npm install babel-plugin-transform-function-bind

add this your .babelrc:

{
  "plugins": ["transform-function-bind"]
}

Documentation

esdocs

Usage

  import {List, Empty, Maybe, Task} from 'elista'

  DB.find({name: "Tony Stark"}).run()
    ::Either(List.prop::binding('name'), handleEmpty)
    ::List.head()
    ::Task( function () {
        console.log(this) // Tony Stark
      })
1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago