cmux/node_modules/@rolldown/pluginutils/dist/utils.d.ts
2026-01-29 17:36:26 -08:00

2 lines
129 B
TypeScript

export declare function cleanUrl(url: string): string;
export declare function extractQueryWithoutFragment(url: string): string;