unundefined
v1.0.87
Published
Proxies an object so that non of the properties will be undefined.
Downloads
711
Readme
👻 Unundefined
Proxies an object so that non of the properties will be undefined.
Usage
npm i unundefined
import { unundefined } from 'unundefined';
const fakeWindow = unundefined(window);
console.log(fakeWindow.contains.everything.you.want);
console.log(fakeWindow.alert /* ... but also existing stuff as usual */);
See more examples in simple tests.
🖋️ Contributing
I am open to pull requests, feedback, and suggestions. Or if you like this utility, you can ☕ buy me a coffee or donate via cryptocurrencies.
You can also ⭐ star the unundefined package, follow me on GitHub or various other social networks.
✨ Partners