Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 535 Bytes

dnt

codecov npm version License type

Browser detection for the "Do Not Track" flag.

npm i @dashdashzako/dnt

Usage

import { isDNTEnabled } from 'dnt';

const doNotTrack = isDNTEnabled(window);

License

MIT