Skip to content

Instantly share code, notes, and snippets.

@awto
Last active June 12, 2018 05:46
Show Gist options
  • Save awto/acde0ee946638f91f57562ab2d60056b to your computer and use it in GitHub Desktop.
Save awto/acde0ee946638f91f57562ab2d60056b to your computer and use it in GitHub Desktop.
abstract promise
const promise = run(v => Promise.resolve(v),
(arg, fun) => arg.then(fun))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment