An open API service indexing awesome lists of open source software.

https://github.com/omrilotan/consoliere

🛎 assistance with browser console
https://github.com/omrilotan/consoliere

console devtools warning

Last synced: 8 months ago
JSON representation

🛎 assistance with browser console

Awesome Lists containing this project

README

          

# consoliere

## 🛎 assistance with browser console

## devtoolsOpen `{Boolean}`
Check if dev tools are open
```js
import { devtoolsOpen } from 'consoliere';

if (devtoolsOpen()) { ... }
```

### Warn
Warn users about the dangers of devtools paste
![](https://user-images.githubusercontent.com/516342/58804898-9bf0cf80-861b-11e9-88c9-d9736f8284db.png)
```js
import { warn } from 'consoliere';
warn();
```

### Get the warning bundle for browser
```html

```