0.1.0 • Published 11 years ago

lie-use v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

lie-use

API

npm install lie-use
var use = require('lie-use');

###use

use(value or promise, function)

If the value is a promise, apply the function to the value it resolves into and return a promise for that, otherwise apply the function to the value and return the result.

License

MIT