UNPKG

ga-lite

Version:

Small, cacheable subset of Google Analytics JS client

8 lines (6 loc) 161 B
export default function getTasksInCommandQueue() { if (typeof window === 'undefined') { return [] } return (window.galite && window.galite.q) || [] }