Created
March 23, 2015 14:58
-
-
Save tyage/10cd62d772c54769700e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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