module.exports = function(el){
    if (el === window) return Rect();

    if (!(el instanceof Element)) throw Error('Argument is not an element');