Skip to content

tselect-npm/url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL

npm npm npm

URL related utilities.

Installation

npm i @tselect/url

Usage

import * as URL from '@tselect/url';

URL.ensureSlashes('/foo', { leading: false, trailing: true }); // foo/