UNPKG

node-warp

Version:

Web-agnostic Rapid Prototyping tools

3 lines 81 B
module.exports = function(done, value){ return {value: value, done: !!done}; };