UNPKG
bitandblack-matomo-optout
Version:
latest (2.0.1)
2.0.1
2.0.0
2.0.0-rc.1
2.0.0-rc.0
1.0.1
0.0.0
Custom OptOut in Matomo (Piwik) with AJAX. Doesn't need an iframe.
www.bitandblack.com
bitandblack-matomo-optout
/
index.ts
9 lines
(8 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/*! * MatomoOptOut * *
@copyright
Copyright (c) 2020, Bit&Black *
@author
Tobias Köngeter <hello
@bitandblack
.com> *
@link
https://www.bitandblack.com */
export { MatomoOptOut }
from
"./src/MatomoOptOut"
;