Skip to main content
Module

x/esbuild_deno_loader/deps.ts>join

Deno module resolution for `esbuild`
Latest
function join
import { join } from "https://deno.land/x/esbuild_deno_loader@0.9.0/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string