"ProfileAdvanced/src/index.tsx" did not exist on "f7404bc5b102b1027e3678f4c66b6f0e2d6c2eba"
utils.ts 126 Bytes
Newer Older
xiaohuoni's avatar
xiaohuoni committed
1
import { parse } from 'query-string';
2 3 4 5

export function getPageQuery() {
  return parse(window.location.href.split('?')[1]);
}