Skip to main content
Module

x/url_concat/mod.ts

Concatenate URL parts
Latest
File
// Copyright 2022-latest the urlland authors. All rights reserved. MIT license.// This module is browser compatible.
export { concatPath } from "./concats.ts";