Skip to content

Instantly share code, notes, and snippets.

@tyage
Created March 23, 2015 14:58
Show Gist options
  • Select an option

  • Save tyage/10cd62d772c54769700e to your computer and use it in GitHub Desktop.

Select an option

Save tyage/10cd62d772c54769700e to your computer and use it in GitHub Desktop.
import "babel/polyfill";
import prominence from "prominence";
import fs from "fs";
(async () => {
let text = await prominence(fs).readFile("async-convert.js", "UTF-8")
console.log(text);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment