Skip to content

Instantly share code, notes, and snippets.

@timruffles
Last active August 29, 2015 14:06
Show Gist options
  • Save timruffles/81a77a071ceecdb796db to your computer and use it in GitHub Desktop.
Save timruffles/81a77a071ceecdb796db to your computer and use it in GitHub Desktop.
ideal javascript documentation
/* somethingJson :: { id : String, name : String || null } */
function something(opts /* { params: {}, method: String, json: somethingJson || true } */,
cb /* (err : String) => null */) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment