method path.PlatformPath.join Usage in Denoimport { type path } from "node:path"; PlatformPath.join(...paths: string[]): string Join all arguments together and normalize the resulting path. Parameters ...paths: string[] Return Type string