stream-utils / raw-body

Get and validate the raw body of a readable stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thunk support

jonathanong opened this issue · comments

return defer

function defer(fn) {
  done = fn
}