UNPKG
@madarche/donottrack
Version:
latest (2.0.0)
2.0.0
Module to check the value of the DNT header
github.com/Ephys/do-not-track
Ephys/do-not-track
@madarche/donottrack
/
index.js
5 lines
(3 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
const
dnt
=
require(
'./lib'
);
module
.
exports
= dnt.
default
; Object.assign(
module
.
exports
, dnt);