1.0.0 • Published 12 years ago

literally v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
12 years ago

literally

a function that literally just returns your value

Installation

with npm:

$ npm install literally

or with component:

$ component install nathan7/literally

API

literally(x)

returns a function that just returns x, no matter what.

literally.async(x)

returns an asynchronous function that just returns x, no matter what.

License

MIT