This package has been deprecated

Author message:

move to @the-/util-site ( https://github.com/the-labo/the/tree/master/packages/util-site#readme )

the-site-util

3.0.1 • Public • Published

the-site-util

Build Status npm Version JS Standard

Utility for site

Installation

$ npm install the-site-util --save

Usage

'use strict'
 
const {resolveUrl} = require('the-site-util')
 
async function tryExample () {
  const url = resolveUrl('/foo/bar/:id', {
    id: 1
  })
}
 
tryExample().catch((err) => console.error(err))
 

API Guide

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-site-util

Weekly Downloads

0

Version

3.0.1

License

MIT

Unpacked Size

137 kB

Total Files

70

Last publish

Collaborators

  • fuji_haruka
  • okunishinishi