UNPKG

analytics-utils

Version:

Analytics utility functions used by 'analytics' module

6 lines (5 loc) 173 B
/** * @param {string | null | undefined} ref * @returns {boolean | undefined} */ export function isExternalReferrer(ref: string | null | undefined): boolean | undefined;