get-non-native-properties-on-window
v0.0.1
Published
Get manually added properties on window object.
Readme
get-non-native-properties-on-window
Get manually added properties on the window object.
The idea is from this stackoverflow answer.
Install
npm i get-non-native-properties-on-windowUsage
const getCustomProps = require('get-non-native-properties-on-window');
const props = getCustomProps();