Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 564 Bytes

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/