src/app/lib/utilities/pageAnchor/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import onClient from '../onClient';

const urlWithPageAnchor = () => (onClient() ? window.location.hash : false);

export default urlWithPageAnchor;