UNPKG

@mntm/stats

Version:

A package for integrating analytics tools

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