function writeFileStrSyncimport { writeFileStrSync } from "https://deno.land/std@v0.38.0/fs/mod.ts"; writeFileStrSync(filename: string, content: string): voidWrite the string to file synchronously. Parametersfilename: stringFile to write content: stringThe content write to file Returnsvoidvoid