UNPKG

ga-lite

Version:

Small, cacheable subset of Google Analytics JS client

6 lines (4 loc) 117 B
import { getTracker } from '../tracker-store' export default function getByName(name) { return getTracker(name) }