loose-path
v1.2.1
Published
loose-path is node path like path operation functions.
Downloads
7
Readme
loose-path
loose-path is node path like path operation functions.
Examples
const loosePath = require('path');
console.log(loosePath.join('http://example.com/dir/', '../../file'));
// => 'http://example.com/file'