@bluejay/url
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

URL

npm npm npm

URL related utilities.

Requirements

  • node >= 8.6, tested with:
  • node@8.6.0
  • node@12.8.1
  • typescript >= 4.0, tested with:
  • typescript@4.0.2

Installation

npm i @bluejay/url

Usage

import * as URL from '@bluejay/url';

URL.ensureSlashes('/foo', { leading: false, trailing: true }); // foo/

Documentation

See Github Pages.

Readme

Keywords

none

Package Sidebar

Install

npm i @bluejay/url

Weekly Downloads

1

Version

3.0.2

License

MIT

Unpacked Size

42.4 kB

Total Files

25

Last publish

Collaborators

  • asifarran
  • bluebirds