base-path.d.ts 104 B

12
  1. export declare function setBasePath(path: string): void;
  2. export declare function getBasePath(): string;