UNPKG

@mapbox/batfish

Version:

The React-powered static-site generator you didn't know you wanted

14 lines (12 loc) 314 B
// import { getWindow } from './get-window'; export function getCurrentLocation() { const win = getWindow(); let pathname = win.location.pathname; if (!/\/$/.test(pathname)) pathname += '/'; return { pathname, hash: win.location.hash, search: win.location.search }; }