Skip to main content
Module

x/postgres/deps.ts>joinPath

PostgreSQL driver for Deno
Extremely Popular
Latest
function joinPath
import { joinPath } from "https://deno.land/x/postgres@v0.19.3/deps.ts";

Join all given a sequence of paths,then normalizes the resulting path.

Parameters

...paths: string[]

to be joined and normalized

Returns

string