Skip to content

Instantly share code, notes, and snippets.

@timse
Created May 16, 2017 13:27
Show Gist options
  • Save timse/a0ee0af8293c1d5dc2303a5a09410dab to your computer and use it in GitHub Desktop.
Save timse/a0ee0af8293c1d5dc2303a5a09410dab to your computer and use it in GitHub Desktop.
// foo.js
import('./async-bar').then( a => console.log(a));
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment