URL related utilities.
npm install @bluejay/url


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