Skip to content

Instantly share code, notes, and snippets.

@awto
Last active March 8, 2019 14:40
Show Gist options
  • Save awto/7a58fedfd3e8f5d64bcafae51dbd3189 to your computer and use it in GitHub Desktop.
Save awto/7a58fedfd3e8f5d64bcafae51dbd3189 to your computer and use it in GitHub Desktop.
Run Promise
const runPromise = run(
v => Promise.resolve(v),
(arg, f) => arg.then(f));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment