UNPKG

affiliate

Version:

A platform agnostic tool to quickly add affiliate links onto your website

9 lines (7 loc) 288 B
// Check for MutationObserver export const hasMutationObserver = typeof window === 'object' && !(typeof window.MutationObserver === 'undefined'); // Check for URL and URLSearchParams export const hasURL = typeof URL === 'function' && typeof URLSearchParams === 'function';