Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dtils/string.ts>concatenate

The best unofficial library of utilities for Deno applications
Go to Latest
function concatenate
import { concatenate } from "https://deno.land/x/dtils@2.5.0/string.ts";

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

Parameters

sections: string[]

Returns

string