UNPKG

begrowth-analytics-utils

Version:

Analytics utility functions used by 'analytics' module

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