@wordpress/url
Version:
WordPress URL utilities.
11 lines • 345 B
TypeScript
/**
* Given a path, returns a normalized path where equal query parameter values
* will be treated as identical, regardless of order they appear in the original
* text.
*
* @param path Original path.
*
* @return Normalized path.
*/
export declare function normalizePath(path: string): string;
//# sourceMappingURL=normalize-path.d.ts.map