1.0.0 • Published 2 years ago

@k2_tools/url-util v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

MethodDescription
urlBuilderBuilds a URL from given properties