URL
URL related utilities.
Requirements
node >= 8.6
, tested with:typescript >= 4.0
, tested with:
Installation
npm i @bluejay/url
Usage
import * as URL from '@bluejay/url';
URL.ensureSlashes('/foo', { leading: false, trailing: true }); // foo/
Documentation
See Github Pages.