/** * return true if a path is absolute: * - /xxxx * - \xxxx * - c:/ * - c:\ * - http:// */ export declare function isAbsolute(path: string): boolean; //# sourceMappingURL=isAbsolute.d.ts.map