reflow.js 81 Bytes
export var forceReflow = function forceReflow(node) {
  return node.scrollTop;
};