Selection.js 78 Bytes
exports._getSelection = function() { return window.getSelection() || null; };