1.0.0 • Published 7 months ago

@tselect/url v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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/
1.0.0

7 months ago