path-resolve
v1.0.2
Published
Expands any path into an absolute path
Downloads
38
Readme
path-resolve
A small utility that resolve the full path of a file in (hopefully) every case.
Usage
import resolve from 'path-resolve';
const path = resolve(path);