You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
392 B

3 months ago
  1. export declare function getInstance(): any;
  2. /**
  3. * -> normal proxy
  4. * => router
  5. * ~> pathRewrite
  6. * > router + pathRewrite
  7. *
  8. * @param {String} originalPath
  9. * @param {String} newPath
  10. * @param {String} originalTarget
  11. * @param {String} newTarget
  12. * @return {String}
  13. */
  14. export declare function getArrow(originalPath: any, newPath: any, originalTarget: any, newTarget: any): string;