UNPKG

@mntm/stats

Version:

A package for integrating analytics tools

8 lines (7 loc) 171 B
import type { Provider } from '../types.js'; /** * Implements Amplitude * * @param code XXXXXXX */ export declare const createProviderAMP: (code: string) => Provider;