@k2_tools/url-util

1.0.0 • Public • Published

K2 Tool URL Utilities

Some simple utilities for working with URLs and parameters in javascript

Getting Started

Install

npm install @k2_tools/url-util

Import

// Import the URL Utilities package in a module
import urlUtil from "@k2_tools/url-util";

// OR in a script
var urlUtil = require("@k2_tools/url-util");

Usage

The urlUtil packages includes functions for working with URLs

Contents

Method Description
urlBuilder Builds a URL from given properties

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @k2_tools/url-util

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7.18 kB

Total Files

9

Last publish

Collaborators

  • k2_tools