Skip to main content
Module

x/dtils/mod.unstable.ts>concatenate

The best unofficial library of utilities for Deno applications
Go to Latest
function concatenate
Re-export
import { concatenate } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";

Concatenates two strings in such a way that path delimiter attacks cannot occur

Parameters

sections: string[]

Returns

string