Skip to content

Instantly share code, notes, and snippets.

@rubenspgcavalcante
Last active February 24, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenspgcavalcante/0c4f871e810fc5f8a3b723befc059348 to your computer and use it in GitHub Desktop.
Save rubenspgcavalcante/0c4f871e810fc5f8a3b723befc059348 to your computer and use it in GitHub Desktop.
import $script from "scriptjs";
export default function importAsync(url) {
return new Promise((resolve, reject) => {
$script(url, resolve); //just a simple, version. You should tread the reject case
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment