Resolve path from CWD (Current Working Directory)
fromCWD(...paths: string[]): string
const fromCWD = require('from-cwd');
const resolvedPath1 = fromCWD('my-folder/my.file');
// or
const resolvedPath2 = fromCWD('my-folder/', 'my.file');| Name | Name | Last commit date | ||
|---|---|---|---|---|