replace-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

replace-url

Replace Url without render

Installation

npm install replace-url --save
yarn add replace-url

Usage

Javascript

var replaceUrl = require("replace-url");
 
replaceUrl.replaceUrl("url");
replaceUrl.replaceUrlPrams({ type: "home" });

TypeScript

import { replaceUrl, replaceUrlPrams } from "replace-url";
 
replaceUrl("url");
replaceUrlPrams({ type: "home" });

Package Sidebar

Install

npm i replace-url

Weekly Downloads

7

Version

1.0.3

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

Unpacked Size

18.6 kB

Total Files

8

Last publish

Collaborators

  • jungpaeng