UNPKG

143 BTypeScriptView Raw
1import type { PathArray, AbsoluteArray } from '../types';
2export declare function path2Absolute(pathInput: string | PathArray): AbsoluteArray;