method FileUtils.standardizeSlashesimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@17.0.1/common/mod.ts"; standardizeSlashes<T extends string>(fileOrDirPath: T): TChanges all back slashes to forward slashes. Changes all back slashes to forward slashes. Type ParametersT extends stringParametersfileOrDirPath: T Path. ReturnsT