Skip to content

Instantly share code, notes, and snippets.

@HussainArif12
Last active May 26, 2022 05:45
Show Gist options
  • Save HussainArif12/7fa5e75b4d1d32269a5e03b47bb9c1d0 to your computer and use it in GitHub Desktop.
Save HussainArif12/7fa5e75b4d1d32269a5e03b47bb9c1d0 to your computer and use it in GitHub Desktop.
async function saveToFile(html) {
await fs.writeFile("./content.html", html, "utf-8");
console.log("file saved to " + process.cwd() + "/content.html");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment