UNPKG

xsandra

Version:
9 lines (8 loc) 178 B
class WindowEvent{ onResize(callback){ window.addEventListener('resize', function(e){ callback(e) }) } } module.exports = WindowEvent