method FileUtils.pathEndsWithimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@19.0.0/common/mod.ts"; pathEndsWith(fileOrDirPath: string | undefined, endsWithPath: string | undefined): booleanChecks if a path ends with a specified search path. Checks if a path ends with a specified search path. ParametersfileOrDirPath: string | undefined Path. endsWithPath: string | undefined Ends with path. Returnsboolean