0.0.1 • Published 2 years ago
@ofk/uripath v0.0.1
@ofk/uripath
uripath provides utilities for node:path compatible uri operation.
Install
npm install @ofk/uripath
Usage
const uripath = require('@ofk/uripath');
console.log(uripath.join('http://example.com/dir/', '../../file'));
// => 'http://example.com/file'
0.0.1
2 years ago