@jswork/next-url2fullpath
v1.0.1
Published
Get url full pathname + others.
Downloads
6
Readme
next-url2fullpath
Get url full pathname + others.
installation
npm install -S @jswork/next-url2fullpath
usage
import '@jswork/next-url2fullpath';
const url1 = 'https://github.com/afeiship/next-url2fullpath';
const url2 = 'https://confluence.demo.cn/pages/viewpage.action?pageId=25196240';
const url3 = 'https://owlcarousel2.github.io/OwlCarousel2/demos/urlhashnav.html#seven';
nx.url2fullpath(url1) // '/afeiship/next-url2fullpath'
nx.url2fullpath(url2) // '/pages/viewpage.action?pageId=25196240'
nx.url2fullpath(url3) // '/OwlCarousel2/demos/urlhashnav.html#seven'
license
Code released under the MIT license.