Skip to content

Instantly share code, notes, and snippets.

@Azerothian
Created February 2, 2016 01:17
Show Gist options
  • Save Azerothian/7d2f4dcd6031a418d0f7 to your computer and use it in GitHub Desktop.
Save Azerothian/7d2f4dcd6031a418d0f7 to your computer and use it in GitHub Desktop.
function demo(nmdb) {
return {
lol: () => {
return nmdb.get("blah");
}
}
}
demo(nmdb).lol().then(() => {
console.log("done");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment