0.0.1 • Published 7 years ago
get-non-native-properties-on-window v0.0.1
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();0.0.1
7 years ago