UNPKG

mpanalytics

Version:

Wrapper around google analytics measurement protocol, works both client- and serverside.

10 lines (7 loc) 139 B
import Service from './lib/Service.js'; export function create(options) { return new Service(options); } export default { create, };