function readFileSyncimport { readFileSync } from "https://dotland.deno.dev/std@0.92.0/node/fs.ts"; readFileSync(path: string | URL, opt: TextOptionsArgument): stringreadFileSync(path: string | URL, opt?: BinaryOptionsArgument): BufferParameterspath: string | URLopt: TextOptionsArgumentReturnsstringParameterspath: string | URLoptionalopt: BinaryOptionsArgumentReturnsBufferimport readFileSyncimport { readFileSync } from "https://dotland.deno.dev/std@0.92.0/node/fs.ts";