merge-params.d.ts 83 B

1
  1. export default function mergeParams(fromParams: string, toParams: string): string;