method FileUtils.pathJoinimport { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts"; pathJoin<T extends string>(basePath: T, ...paths: string[]): TJoins the paths. Joins the paths. Type ParametersT extends stringParametersbasePath: T Paths to join. ...paths: string[]ReturnsT