@bluejay/url
v3.0.2
Published
URL related utilities.
Downloads
1,528
Readme
URL
URL related utilities.
Requirements
node >= 8.6
, tested with:[email protected]
[email protected]
typescript >= 4.0
, tested with:[email protected]
Installation
npm i @bluejay/url
Usage
import * as URL from '@bluejay/url';
URL.ensureSlashes('/foo', { leading: false, trailing: true }); // foo/
Documentation
See Github Pages.