https://github.com/hiroppy/check-global-variables
Get a list of window's variables.
https://github.com/hiroppy/check-global-variables
Last synced: 27 days ago
JSON representation
Get a list of window's variables.
- Host: GitHub
- URL: https://github.com/hiroppy/check-global-variables
- Owner: hiroppy
- License: mit
- Created: 2016-12-20T01:13:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:29:46.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T01:28:29.316Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check-Global-Variables
Get a list of `window`'s variables.
## Install
```
npm i check-global-variables
```
## Usage
```javascript
// es6 modules
import checkGlobalVariables from 'check-global-variables';
// commonJS modules
const checkGlobalVariables = require('check-global-variables');
console.table(checkGlobalVariables());
```
### output
