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
- Host: GitHub
- URL: https://github.com/omrilotan/consoliere
- Owner: omrilotan
- Created: 2016-01-07T21:19:01.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-02T13:05:59.000Z (over 1 year ago)
- Last Synced: 2025-08-12T17:44:34.273Z (10 months ago)
- Topics: console, devtools, warning
- Language: JavaScript
- Homepage: https://omrilotan.com/consoliere
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

```js
import { warn } from 'consoliere';
warn();
```
### Get the warning bundle for browser
```html
```