pathResolver.d.ts 91 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2 3
export declare class PathResolver {
    resolve(path: string, relative: string): string;
}