Skip to main content
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.4.0/string.ts";

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

Parameters

sections: string[]

Returns

string