first commit
This commit is contained in:
7
app_vue/node_modules/http-proxy-middleware/dist/path-rewriter.d.ts
generated
vendored
Normal file
7
app_vue/node_modules/http-proxy-middleware/dist/path-rewriter.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Create rewrite function, to cache parsed rewrite rules.
|
||||
*
|
||||
* @param {Object} rewriteConfig
|
||||
* @return {Function} Function to rewrite paths; This function should accept `path` (request.url) as parameter
|
||||
*/
|
||||
export declare function createPathRewriter(rewriteConfig: any): any;
|
Reference in New Issue
Block a user