UNPKG

vue-share-buttons

Version:
14 lines (12 loc) 252 B
/** * Get href for page. * * @returns {string} - Page href. */ export const getDocumentHref = () => document.location.href; /** * Get title for page. * * @returns {string} - Page title. */ export const getDocumentTitle = () => document.title;