Skip to main content
Module

x/postgres/deps.ts>joinPath

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

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string