is-incognito
v1.0.0
Published
Detects incognito mode.
Downloads
46
Maintainers
Readme
is-incognito
Detects incognito mode.
Install
$ npm install --save is-incognito
Usage
const isIncognito = require('is-incognito');
isIncognito().then(console.log, console.error).catch(console.error);
/*
If Promise is:
* resolved -> 1
'incognito'
* rejected -> 1 || -1 || -2
'not incognito' || 'Check failed' || 'Check not implement for this ENV'
*/
License
MIT © Hemanth.HM