UNPKG

path-absolute

Version:

Resolves a path to an absolute path. Supports tilde

6 lines (4 loc) 127 B
declare module 'path-absolute' { export = pathAbsolute; function pathAbsolute (filepath: string, cwd?: string): string; }