pathManager.d.ts 125 B

12
  1. export declare function getTemplatePath(file: string): string;
  2. export declare function getVendorPath(file?: string): string;