method FileUtils.toAbsoluteGlobimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@21.0.1/common/mod.ts"; toAbsoluteGlob(glob: string, cwd: string): stringGets the glob as absolute. Gets the glob as absolute. Parametersglob: string Glob. cwd: string Current working directory. Returnsstring