UNPKG

@mntm/stats

Version:

A package for integrating analytics tools

8 lines (7 loc) 183 B
import type { Provider } from '../types.js'; /** * Implements Universal Analytics * * @param code UA-XXXXXXX */ export declare const createProviderUA: (code: string) => Provider;