pathResolver.d.ts 98 B

123
  1. export declare class PathResolver {
  2. resolve(path: string, relative: string): string | null;
  3. }