matomo-js-client-types
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

Extracted and improved from https://github.com/zaxbux/vue-matomo/blob/197647f/src/types/matomo.ts

Matomo JavaScript Tracking Client source code https://github.com/matomo-org/matomo/blob/5.x-dev/js/piwik.js

Matomo JavaScript Tracking Client docs https://developer.matomo.org/api-reference/tracking-javascript

Usage:

npm i -D matomo-js-client-types

/// <reference types="matomo-js-client-types" />
// Strictly typed now:
window._paq = window._paq || []
window._paq.push(['setSiteId', '3'])
window._paq.push([function () {
  console.log(this.hasRememberedConsent())
}])

Readme

Keywords

Package Sidebar

Install

npm i matomo-js-client-types

Weekly Downloads

213

Version

5.0.0

License

MIT

Unpacked Size

61.8 kB

Total Files

5

Last publish

Collaborators

  • lukaw3d