@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

/@k2_tools/url-util/

    Package Sidebar

    Install

    npm i @k2_tools/url-util

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.18 kB

    Total Files

    9

    Last publish

    Collaborators

    • k2_tools