UNPKG

diginext-utils

Version:
5 lines (4 loc) 116 B
export default function convertPathnameAndQuery(url: string): { pathname: string; query: any; } | null;